Commit graph

754 commits

Author SHA1 Message Date
nikrou
0b28c9da75 improve sessions: add comments to functions
git-svn-id: http://piwigo.org/svn/trunk@1010 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-21 10:56:36 +00:00
plegall
6ab5e21605 Code cleaning (deletion of previously commented code)
git-svn-id: http://piwigo.org/svn/trunk@1009 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-20 14:39:31 +00:00
plegall
7b2ff328cb Search engine redesign, first part :
- new table #search to store search rules associated to a search id.

- search rules are not passed through GET anymore, the search array build in
  search.php is serialized in #search table, so no need to rebuild it in
  function include/functions_category.inc.php::category_initialize

- search array build code is improved (efficiency and layout) in search.php

- SQL related to search is build in a dedicated function
  include/functions::get_sql_search_clause

- direct search author:<...>, date_avalaible:<...>, date_creation:<...>,
  keywords:<...> from picture.php are not available anymore. They will come
  back later, with improvement (new design). Same for date_*:<> in calendar
  calendar category.


git-svn-id: http://piwigo.org/svn/trunk@1008 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-20 14:34:37 +00:00
nikrou
9410522e9f bug fix 261: improve security of sessions (next to svn:1004):
- improve presentation code style
- add upgrade database file

git-svn-id: http://piwigo.org/svn/trunk@1007 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-18 15:16:30 +00:00
nikrou
9e1fabeaf7 - merge branch 1.5 r1000:1001 into BSF:
not include .svn directory in the candidates directories for update

git-svn-id: http://piwigo.org/svn/trunk@1006 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-17 20:40:16 +00:00
nikrou
c3397a2c73 Improve security of sessions:
- use only cookies to store session id on client side
- use default php session system with database handler to store sessions on server side

git-svn-id: http://piwigo.org/svn/trunk@1004 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-15 13:45:42 +00:00
nikrou
b223bb495d - merge -r998:999 from branches/branch-1_5 into trunk (bug 260 fixed)
git-svn-id: http://piwigo.org/svn/trunk@1000 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-07 13:10:44 +00:00
nikrou
00157ca52b merge -r960:997 from branches/branch-1_5 into trunk (bug 238 fixed)
git-svn-id: http://piwigo.org/svn/trunk@998 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-01-01 17:19:56 +00:00
chrisaga
9a83134d1f fix bug 249: XHTML Validation in install.php
install.tpl is now HTML4.01 strict


git-svn-id: http://piwigo.org/svn/trunk@996 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-31 11:04:30 +00:00
chrisaga
29a32a3d94 deletion: of unused code in picture.php
merge -r993:994 from branches/branch-1_5 into trunk (bug 254 fixed).


git-svn-id: http://piwigo.org/svn/trunk@995 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-30 21:54:46 +00:00
chrisaga
e2982cdb2c - svn : set svn keywords for action.php
git-svn-id: http://piwigo.org/svn/trunk@986 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-19 19:18:48 +00:00
chrisaga
ed42cf8371 - feature 232 : icon tool to download big image in pwg_high if exists
- cosmetic	: adjust big image popup to avoid unwanted scrolbars
		  no toolbar or status-bar in this popup


git-svn-id: http://piwigo.org/svn/trunk@985 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-19 18:58:38 +00:00
chrisaga
81476cb593 cosmetic : change page title form {PAGE_TITLE} to {GALLERY_TITLE}:{PAGE_TITLE} in template
git-svn-id: http://piwigo.org/svn/trunk@983 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-12 19:30:46 +00:00
chrisaga
6bcef16e42 cosmetic : provide a "favicon" to the browser
git-svn-id: http://piwigo.org/svn/trunk@982 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-11 16:57:50 +00:00
chrisaga
ea8b6eddd9 template : fix categoryActions margins and picture page title background
git-svn-id: http://piwigo.org/svn/trunk@981 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-10 16:03:53 +00:00
chrisaga
271287c3ad template : {themeconf:icon_dir}/*.png in admin/*.tpl
git-svn-id: http://piwigo.org/svn/trunk@980 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-10 15:24:53 +00:00
plegall
4816aafc78 - manual merge -r976:977 from branch 1.5 (background color for comments)
git-svn-id: http://piwigo.org/svn/trunk@978 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-09 23:07:29 +00:00
plegall
970f630858 - merge -r974:975 from branch 1.5 (PHP warning bug fixed)
git-svn-id: http://piwigo.org/svn/trunk@976 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-09 22:54:51 +00:00
chrisaga
02ae5a7dca add feature 221 : Add a link to "lost password" in quick connect form
plus link to "register" and move quickconnect rules from default-layout.css to menubar.css


git-svn-id: http://piwigo.org/svn/trunk@972 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 23:40:51 +00:00
plegall
02c3c0d2df - bug 205 fixed: advise to perform maintenance actions at the end of upgrade
process.


git-svn-id: http://piwigo.org/svn/trunk@971 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 23:24:17 +00:00
chrisaga
b09e798063 bug fix : errors.png and infos.png path was incorrect in default-colors.css
git-svn-id: http://piwigo.org/svn/trunk@970 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 22:19:52 +00:00
plegall
ae2b7fcbf2 - merge -r967:968 from branches/branch-1_5 into trunk (bug 220 fixed)
git-svn-id: http://piwigo.org/svn/trunk@969 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 22:16:01 +00:00
plegall
e90d20d2be - merge -r965:966 from branches/branch-1_5 into trunk (bug 224 fixed)
git-svn-id: http://piwigo.org/svn/trunk@967 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 22:03:58 +00:00
plegall
bb9e2c0e48 Database modification on users template preference with the new template
directory tree.


git-svn-id: http://piwigo.org/svn/trunk@965 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 20:42:03 +00:00
chrisaga
61f5af5ab3 bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and css
git-svn-id: http://piwigo.org/svn/trunk@963 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 18:53:56 +00:00
chrisaga
cc160b71b5 svn properties : ignore a personal testing theme
git-svn-id: http://piwigo.org/svn/trunk@961 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 17:41:42 +00:00
chrisaga
dc3c040399 improve template : split theme from template itself
rest of the job : template (yoga), themes (clear dark), and php to handle them


git-svn-id: http://piwigo.org/svn/trunk@960 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 17:33:38 +00:00
chrisaga
9731fc4ba5 improve template : split theme from template itself
first rename "theme" as "icon" and move al icons under it


git-svn-id: http://piwigo.org/svn/trunk@959 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03 17:24:12 +00:00
plegall
f64ee074f5 - merge branch 1.5 r943:944 into BSF (bug 199 fixed)
git-svn-id: http://piwigo.org/svn/trunk@958 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-26 20:15:50 +00:00
plegall
c3ed211ac8 - merge branch 1.5 r954:955 into BSF (bug 219 fixed)
git-svn-id: http://piwigo.org/svn/trunk@956 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-25 22:47:37 +00:00
plegall
3ecdb1300b - feature 147 added: add a menu to manage manually create_listing_file.php
on remote sites


git-svn-id: http://piwigo.org/svn/trunk@954 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-25 21:54:20 +00:00
plegall
935b69d868 - new: system to notify and upgrade database among developers
git-svn-id: http://piwigo.org/svn/trunk@953 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-24 21:37:29 +00:00
chrisaga
a6c4effc72 - merge branch 1.5 bug 222 correction into BSF
git-svn-id: http://piwigo.org/svn/trunk@952 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-24 19:26:31 +00:00
chrisaga
687d3922d8 - bug 197 fixed : IE doesn't support multiple class (port form 1.5 branch)
git-svn-id: http://piwigo.org/svn/trunk@950 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-21 20:10:10 +00:00
chrisaga
cf0b90d473 - bug 213 fixed : quickconnect legend cahnged to 'Quick connect'
git-svn-id: http://piwigo.org/svn/trunk@949 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-20 21:52:11 +00:00
chrisaga
a291085987 - report bug 206 correction and some template improvement from branch 1.5
- feature 195 : add an "Admin" link under "Home" in the menu bar of the admin page


git-svn-id: http://piwigo.org/svn/trunk@948 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-19 23:46:18 +00:00
plegall
1ba53a2ffa - merge -r939:940 from branch-1_5 (bug fixed in HTML for category menu tree)
git-svn-id: http://piwigo.org/svn/trunk@941 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-18 22:45:16 +00:00
plegall
7f69573936 - bug 208 fixed : french grammar mistake.
git-svn-id: http://piwigo.org/svn/trunk@938 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-16 22:51:36 +00:00
plegall
2a1e45c57f - bug 211 fixed : incoherent default maximum width for thumbnail creation
and too vague label for maximum width & height in thumbnail creation
  screen.


git-svn-id: http://piwigo.org/svn/trunk@937 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-16 22:06:16 +00:00
plegall
358930b9ba - bug 207 fixed : security issue. Any visitor can reach any picture in
picture.php only by deleting value for URL parameter "cat".


git-svn-id: http://piwigo.org/svn/trunk@934 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-16 21:18:56 +00:00
plegall
b9970ec34c - bug 198 fixed: associating users to a group was not visible at validation,
the page needed to be reloaded. Added a redirect after updates.


git-svn-id: http://piwigo.org/svn/trunk@931 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-12 21:24:10 +00:00
plegall
429a108ff1 - bug 180 fixed: remote_site.tpl doesn't validate.
- translation bug fixed: generate_file_listing.php doesn't exist, it's
  create_listing_file.php !


git-svn-id: http://piwigo.org/svn/trunk@927 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-08 21:19:19 +00:00
plegall
5282ee6fb1 - bug 184 fixed: for the third time...
git-svn-id: http://piwigo.org/svn/trunk@925 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-07 23:07:46 +00:00
plegall
094fc8814f - improvement: use a "filter" form for adding user comments.
git-svn-id: http://piwigo.org/svn/trunk@924 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-07 22:54:49 +00:00
plegall
6718d32228 (not in ChangeLog)
- bug fixed: French translation wrong on "v�rouiller" which should be
  written "verrouiller"


git-svn-id: http://piwigo.org/svn/trunk@923 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-05 15:31:10 +00:00
plegall
2ee8bc9efe - bug 186 fixed: useless template theme icons deleted. Remaining icons in
GIF converted to PNG.


git-svn-id: http://piwigo.org/svn/trunk@922 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-05 15:16:03 +00:00
plegall
d8ececfdbe - bug 185 fixed: errors in language items.
git-svn-id: http://piwigo.org/svn/trunk@921 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-31 14:58:19 +00:00
plegall
7664d4f712 (not in ChangeLog)
- "text-align: center" comes back on ul.categoryActions because action
  buttons were not centered in admin/picture_modify or admin/cat_modify


git-svn-id: http://piwigo.org/svn/trunk@920 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-31 13:51:52 +00:00
plegall
bf596c7279 - modification: use "filter" class for quickconnect box (with some custom
modifications)

- bug fixed: the total number of pictures had disappeared


git-svn-id: http://piwigo.org/svn/trunk@919 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-31 13:47:58 +00:00
volcom
7b9d91a8e6 2005-10-30 volcom
* bug 190 fixed: issue in stats.tpl display
	* bug fixed: labels of monthly, daily graph fixed


git-svn-id: http://piwigo.org/svn/trunk@918 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-30 20:35:39 +00:00