aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bug: new session system does not use db session handler during install.phprvelices2006-01-251-1/+31
| | | | | | | | bug: put back function generate_key (was also used by new password generation and new feed generation) git-svn-id: http://piwigo.org/svn/trunk@1013 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge branch 1.5 r1010:1011 into BSF:nikrou2006-01-213-5/+17
| | | | | | - bug 268 fixed: display debug content correctly git-svn-id: http://piwigo.org/svn/trunk@1012 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve sessions: add comments to functionsnikrou2006-01-211-28/+60
| | | | git-svn-id: http://piwigo.org/svn/trunk@1010 68402e56-0260-453c-a942-63ccdbb3a9ee
* Code cleaning (deletion of previously commented code)plegall2006-01-201-21/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@1009 68402e56-0260-453c-a942-63ccdbb3a9ee
* Search engine redesign, first part :plegall2006-01-207-221/+374
| | | | | | | | | | | | | | | | | | | | | - 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
* bug fix 261: improve security of sessions (next to svn:1004):nikrou2006-01-184-37/+123
| | | | | | | - improve presentation code style - add upgrade database file git-svn-id: http://piwigo.org/svn/trunk@1007 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge branch 1.5 r1000:1001 into BSF: nikrou2006-01-171-0/+1
| | | | | | not include .svn directory in the candidates directories for update git-svn-id: http://piwigo.org/svn/trunk@1006 68402e56-0260-453c-a942-63ccdbb3a9ee
* Improve security of sessions: nikrou2006-01-1543-349/+247
| | | | | | | - 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
* - merge -r998:999 from branches/branch-1_5 into trunk (bug 260 fixed)nikrou2006-01-071-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1000 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r960:997 from branches/branch-1_5 into trunk (bug 238 fixed)nikrou2006-01-011-1/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@998 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 249: XHTML Validation in install.phpchrisaga2005-12-311-8/+9
| | | | | | | install.tpl is now HTML4.01 strict git-svn-id: http://piwigo.org/svn/trunk@996 68402e56-0260-453c-a942-63ccdbb3a9ee
* deletion: of unused code in picture.phpchrisaga2005-12-302-8/+18
| | | | | | | 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
* - svn : set svn keywords for action.phpchrisaga2005-12-191-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@986 68402e56-0260-453c-a942-63ccdbb3a9ee
* - feature 232 : icon tool to download big image in pwg_high if existschrisaga2005-12-193-4/+83
| | | | | | | | - 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
* cosmetic : change page title form {PAGE_TITLE} to ↵chrisaga2005-12-121-1/+1
| | | | | | {GALLERY_TITLE}:{PAGE_TITLE} in template git-svn-id: http://piwigo.org/svn/trunk@983 68402e56-0260-453c-a942-63ccdbb3a9ee
* cosmetic : provide a "favicon" to the browserchrisaga2005-12-112-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@982 68402e56-0260-453c-a942-63ccdbb3a9ee
* template : fix categoryActions margins and picture page title backgroundchrisaga2005-12-102-30/+36
| | | | git-svn-id: http://piwigo.org/svn/trunk@981 68402e56-0260-453c-a942-63ccdbb3a9ee
* template : {themeconf:icon_dir}/*.png in admin/*.tplchrisaga2005-12-1013-26/+26
| | | | git-svn-id: http://piwigo.org/svn/trunk@980 68402e56-0260-453c-a942-63ccdbb3a9ee
* - manual merge -r976:977 from branch 1.5 (background color for comments)plegall2005-12-091-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@978 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge -r974:975 from branch 1.5 (PHP warning bug fixed)plegall2005-12-091-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@976 68402e56-0260-453c-a942-63ccdbb3a9ee
* add feature 221 : Add a link to "lost password" in quick connect formchrisaga2005-12-034-21/+38
| | | | | | | 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
* - bug 205 fixed: advise to perform maintenance actions at the end of upgradeplegall2005-12-031-0/+6
| | | | | | | process. git-svn-id: http://piwigo.org/svn/trunk@971 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fix : errors.png and infos.png path was incorrect in default-colors.csschrisaga2005-12-031-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@970 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge -r967:968 from branches/branch-1_5 into trunk (bug 220 fixed)plegall2005-12-031-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@969 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge -r965:966 from branches/branch-1_5 into trunk (bug 224 fixed)plegall2005-12-031-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@967 68402e56-0260-453c-a942-63ccdbb3a9ee
* Database modification on users template preference with the new templateplegall2005-12-033-2/+80
| | | | | | | directory tree. git-svn-id: http://piwigo.org/svn/trunk@965 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and csschrisaga2005-12-032-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@963 68402e56-0260-453c-a942-63ccdbb3a9ee
* svn properties : ignore a personal testing themechrisaga2005-12-030-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@961 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve template : split theme from template itselfchrisaga2005-12-0332-192/+334
| | | | | | | 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
* improve template : split theme from template itselfchrisaga2005-12-0334-0/+0
| | | | | | | 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
* - merge branch 1.5 r943:944 into BSF (bug 199 fixed)plegall2005-11-261-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@958 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge branch 1.5 r954:955 into BSF (bug 219 fixed)plegall2005-11-251-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@956 68402e56-0260-453c-a942-63ccdbb3a9ee
* - feature 147 added: add a menu to manage manually create_listing_file.phpplegall2005-11-251-1/+21
| | | | | | | on remote sites git-svn-id: http://piwigo.org/svn/trunk@954 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new: system to notify and upgrade database among developersplegall2005-11-246-1/+211
| | | | git-svn-id: http://piwigo.org/svn/trunk@953 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge branch 1.5 bug 222 correction into BSFchrisaga2005-11-242-17/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@952 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 197 fixed : IE doesn't support multiple class (port form 1.5 branch)chrisaga2005-11-212-8/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@950 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 213 fixed : quickconnect legend cahnged to 'Quick connect'chrisaga2005-11-203-3/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@949 68402e56-0260-453c-a942-63ccdbb3a9ee
* - report bug 206 correction and some template improvement from branch 1.5chrisaga2005-11-1930-95/+108
| | | | | | | - 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
* - merge -r939:940 from branch-1_5 (bug fixed in HTML for category menu tree)plegall2005-11-181-15/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@941 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 208 fixed : french grammar mistake.plegall2005-11-161-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@938 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 211 fixed : incoherent default maximum width for thumbnail creationplegall2005-11-162-3/+3
| | | | | | | | 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
* - bug 207 fixed : security issue. Any visitor can reach any picture inplegall2005-11-161-0/+6
| | | | | | | picture.php only by deleting value for URL parameter "cat". git-svn-id: http://piwigo.org/svn/trunk@934 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 198 fixed: associating users to a group was not visible at validation,plegall2005-11-121-0/+10
| | | | | | | 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
* - bug 180 fixed: remote_site.tpl doesn't validate.plegall2005-11-085-8/+23
| | | | | | | | - 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
* - bug 184 fixed: for the third time...plegall2005-11-072-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@925 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement: use a "filter" form for adding user comments.plegall2005-11-073-14/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@924 68402e56-0260-453c-a942-63ccdbb3a9ee
* (not in ChangeLog)plegall2005-11-051-5/+5
| | | | | | | | - 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
* - bug 186 fixed: useless template theme icons deleted. Remaining icons inplegall2005-11-0541-3/+8
| | | | | | | GIF converted to PNG. git-svn-id: http://piwigo.org/svn/trunk@922 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 185 fixed: errors in language items.plegall2005-10-317-33/+39
| | | | git-svn-id: http://piwigo.org/svn/trunk@921 68402e56-0260-453c-a942-63ccdbb3a9ee
* (not in ChangeLog)plegall2005-10-311-0/+1
| | | | | | | | - "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