Commit Graph

  • 1d46a96621 bug 268 fixed: display debug content correctly nikrou 2006-01-21 20:32:09 +00:00
  • 0b28c9da75 improve sessions: add comments to functions nikrou 2006-01-21 10:56:36 +00:00
  • 6ab5e21605 Code cleaning (deletion of previously commented code) plegall 2006-01-20 14:39:31 +00:00
  • 7b2ff328cb Search engine redesign, first part : plegall 2006-01-20 14:34:37 +00:00
  • 9410522e9f bug fix 261: improve security of sessions (next to svn:1004): - improve presentation code style - add upgrade database file nikrou 2006-01-18 15:16:30 +00:00
  • 9e1fabeaf7 - merge branch 1.5 r1000:1001 into BSF: not include .svn directory in the candidates directories for update nikrou 2006-01-17 20:40:16 +00:00
  • 71d78a813f Revert to revision 1002 nikrou 2006-01-15 13:49:29 +00:00
  • 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 nikrou 2006-01-15 13:45:42 +00:00
  • 9d6404ad36 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 nikrou 2006-01-15 12:52:55 +00:00
  • 6d45ca83ef -bug 259 fixed: optimize parse_comment_content() including links nikrou 2006-01-09 20:30:21 +00:00
  • 22387e0d9b not include .svn directory in the candidates directories for update nikrou 2006-01-09 19:43:07 +00:00
  • b223bb495d - merge -r998:999 from branches/branch-1_5 into trunk (bug 260 fixed) nikrou 2006-01-07 13:10:44 +00:00
  • 129f203470 - bug 260 fixed: var U_LOST_PASSWORD not defined nikrou 2006-01-06 15:21:57 +00:00
  • 00157ca52b merge -r960:997 from branches/branch-1_5 into trunk (bug 238 fixed) nikrou 2006-01-01 17:19:56 +00:00
  • 7ed07f360c code simplification nikrou 2006-01-01 17:02:18 +00:00
  • 9a83134d1f fix bug 249: XHTML Validation in install.php install.tpl is now HTML4.01 strict chrisaga 2005-12-31 11:04:30 +00:00
  • 29a32a3d94 deletion: of unused code in picture.php chrisaga 2005-12-30 21:54:46 +00:00
  • cb6b60d655 fix bug 254: Quickconnect items are currently outside the sidebar with Opera 7.x till 8.51 chrisaga 2005-12-30 21:29:12 +00:00
  • 98bd8ea9b3 Modification mineure: le sujet du mail doit être encodé car il peut contenir des espaces. nikrou 2005-12-29 13:28:33 +00:00
  • 6a7a654094 Correction du bug 238 nikrou 2005-12-29 10:40:32 +00:00
  • bf56ef443b bug 196 fixed : release creator shell script transforms every occurence of %PWGVERSION% into the release number being created. This occurence should not been transformed, so we use a little trick :-) plegall 2005-12-27 10:03:29 +00:00
  • 53d1625deb tagging release-1_5_2 from branch-1_5 1.5.2 plegall 2005-12-25 22:49:49 +00:00
  • 9bc452537e bug 247 fixed : image_id GET parameter was not checked for sanity before usage in SQL queries. Now, image_id must be a numeric value. plegall 2005-12-25 22:37:07 +00:00
  • 7bdb132ffc bug 246 fixed : GET parameter "search" is not completely checked before usage in SQL queries. Simple check : if a ";" if found, execution stops. plegall 2005-12-25 22:34:44 +00:00
  • 2268adf642 bug 245 fixed : GET parameters "since", "sort_by", "sort_order", "items_number", and "cat" are now checked before being used in SQL queries. plegall 2005-12-24 15:31:25 +00:00
  • e2982cdb2c - svn : set svn keywords for action.php chrisaga 2005-12-19 19:18:48 +00:00
  • 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 chrisaga 2005-12-19 18:58:38 +00:00
  • a4b2bcbb80 cosmetic : change page title form {PAGE_TITLE} to {GALLERY_TITLE}:{PAGE_TITLE} in template chrisaga 2005-12-12 19:31:29 +00:00
  • 81476cb593 cosmetic : change page title form {PAGE_TITLE} to {GALLERY_TITLE}:{PAGE_TITLE} in template chrisaga 2005-12-12 19:30:46 +00:00
  • 6bcef16e42 cosmetic : provide a "favicon" to the browser chrisaga 2005-12-11 16:57:50 +00:00
  • ea8b6eddd9 template : fix categoryActions margins and picture page title background chrisaga 2005-12-10 16:03:53 +00:00
  • 271287c3ad template : {themeconf:icon_dir}/*.png in admin/*.tpl chrisaga 2005-12-10 15:24:53 +00:00
  • e7e8d474a0 tagging release 1.5.1 from branch 1.5 1.5.1 plegall 2005-12-09 23:14:23 +00:00
  • 4816aafc78 - manual merge -r976:977 from branch 1.5 (background color for comments) plegall 2005-12-09 23:07:29 +00:00
  • 0df3668f85 - bug fixed : #eee background color for blockquote comments had disappeared. Now comments are displayed with same colors in comments.php and picture.php plegall 2005-12-09 22:56:12 +00:00
  • 970f630858 - merge -r974:975 from branch 1.5 (PHP warning bug fixed) plegall 2005-12-09 22:54:51 +00:00
  • b69981c2cd - bug fixed: PHP warning when no categories in menu, because $level was not initialized in get_html_menu_category function. plegall 2005-12-09 22:53:25 +00:00
  • 7d49614752 - bug 209 fixed: upgrade script did not delete obsolete columns in users table. users.password column was not updated by upgrade script. To fix this bug, a new upgrade script from 1.5.0 was added even if database model did not change, it's just about fixing upgraded database. plegall 2005-12-06 22:18:08 +00:00
  • dca8ba0c4a dd 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 chrisaga 2005-12-03 23:53:26 +00:00
  • 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 chrisaga 2005-12-03 23:40:51 +00:00
  • 02c3c0d2df - bug 205 fixed: advise to perform maintenance actions at the end of upgrade process. plegall 2005-12-03 23:24:17 +00:00
  • b09e798063 bug fix : errors.png and infos.png path was incorrect in default-colors.css chrisaga 2005-12-03 22:19:52 +00:00
  • ae2b7fcbf2 - merge -r967:968 from branches/branch-1_5 into trunk (bug 220 fixed) plegall 2005-12-03 22:16:01 +00:00
  • 98e4c38f1d - bug 220 fixed: french grammatical corrections. plegall 2005-12-03 22:14:58 +00:00
  • e90d20d2be - merge -r965:966 from branches/branch-1_5 into trunk (bug 224 fixed) plegall 2005-12-03 22:03:58 +00:00
  • 844506eccf - bug 224 fixed: if no categories to synchronize (no directory in "galleries" directory), crash on information retrieval from pictures uploaded by users. plegall 2005-12-03 22:02:01 +00:00
  • bb9e2c0e48 Database modification on users template preference with the new template directory tree. plegall 2005-12-03 20:42:03 +00:00
  • 0e02f343e8 bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and css chrisaga 2005-12-03 19:00:12 +00:00
  • 61f5af5ab3 bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and css chrisaga 2005-12-03 18:53:56 +00:00
  • c7571979dd svn properties : ignore config_local.inc.php plus delete useless include/.cvsignore chrisaga 2005-12-03 17:44:25 +00:00
  • cc160b71b5 svn properties : ignore a personal testing theme chrisaga 2005-12-03 17:41:42 +00:00
  • dc3c040399 improve template : split theme from template itself rest of the job : template (yoga), themes (clear dark), and php to handle them chrisaga 2005-12-03 17:33:38 +00:00
  • 9731fc4ba5 improve template : split theme from template itself first rename "theme" as "icon" and move al icons under it chrisaga 2005-12-03 17:24:12 +00:00
  • f64ee074f5 - merge branch 1.5 r943:944 into BSF (bug 199 fixed) plegall 2005-11-26 20:15:50 +00:00
  • 4d464d7f70 - feature 195 added: Link to admin main page added in admin menu. This is not a merge from BSF. plegall 2005-11-25 23:02:58 +00:00
  • c3ed211ac8 - merge branch 1.5 r954:955 into BSF (bug 219 fixed) plegall 2005-11-25 22:47:37 +00:00
  • 6fd6d2721b - bug 219 fixed: displaying "all" in "global mode" doesn't display all pictures but only all pictures from current display to end. plegall 2005-11-25 22:45:52 +00:00
  • 3ecdb1300b - feature 147 added: add a menu to manage manually create_listing_file.php on remote sites plegall 2005-11-25 21:54:20 +00:00
  • 935b69d868 - new: system to notify and upgrade database among developers plegall 2005-11-24 21:37:29 +00:00
  • a6c4effc72 - merge branch 1.5 bug 222 correction into BSF chrisaga 2005-11-24 19:26:31 +00:00
  • 519d3ebc6b - fix bug 222 : comments page broken with IE IE doesn't understand child selector nor min-height use floating design instead of positionning chrisaga 2005-11-24 19:09:13 +00:00
  • 687d3922d8 - bug 197 fixed : IE doesn't support multiple class (port form 1.5 branch) chrisaga 2005-11-21 20:10:10 +00:00
  • cf0b90d473 - bug 213 fixed : quickconnect legend cahnged to 'Quick connect' chrisaga 2005-11-20 21:52:11 +00:00
  • 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 chrisaga 2005-11-19 23:46:18 +00:00
  • 9a61fdfe05 - bug 216 fixed: a message about validation required is given when a user submits a comment plegall 2005-11-19 16:09:06 +00:00
  • 5a1d2d14ca - bug 215 fixed: unvalidated user comments are not displayed on user comments common page anymore plegall 2005-11-19 16:07:18 +00:00
  • a8836718e5 - bug 212 fixed: during registration process, different password and password confirmation triggered no error. plegall 2005-11-19 16:05:26 +00:00
  • 89fec49fda - bug 199 fixed: hard coded URL in RSS feed instead of using $conf['gallery_url'] plegall 2005-11-18 23:28:51 +00:00
  • d3524368d2 - corrupted picture comes back plegall 2005-11-18 23:03:59 +00:00
  • 3ccf54efbc - delete a corrupted file, will be added back soon plegall 2005-11-18 23:02:47 +00:00
  • 1ba53a2ffa - merge -r939:940 from branch-1_5 (bug fixed in HTML for category menu tree) plegall 2005-11-18 22:45:16 +00:00
  • db658fcbe1 - bug fixed: UL/LI tags were not correctly closed in category menu tree. plegall 2005-11-18 22:42:35 +00:00
  • f280ff4b17 bug 206 fixed: PNG thumbnails clipped with IE - added class="icon" to recent.png (functions_html.inc.php) - added class="button" to al png button images (*.tpl) - changed pngfix.js to only fix icon or button images template improvement: category prettier and simpler (a little bit) - got rid of one SPAN level - content.css more readable chrisaga 2005-11-17 20:13:36 +00:00
  • 7f69573936 - bug 208 fixed : french grammar mistake. plegall 2005-11-16 22:51:36 +00:00
  • 2a1e45c57f - bug 211 fixed : incoherent default maximum width for thumbnail creation and too vague label for maximum width & height in thumbnail creation screen. plegall 2005-11-16 22:06:16 +00:00
  • db2ac75bb6 - merge trunc r933:934 into branch 1.4 (bug 207 fixed) plegall 2005-11-16 21:26:29 +00:00
  • b6833701d6 - merge trunc r933:934 into branch 1.5 (bug 207 fixed) plegall 2005-11-16 21:21:39 +00:00
  • 358930b9ba - bug 207 fixed : security issue. Any visitor can reach any picture in picture.php only by deleting value for URL parameter "cat". plegall 2005-11-16 21:18:56 +00:00
  • a06d7c5cae - bug 197 fixed : IE doesn't support multiple class chrisaga 2005-11-13 10:15:06 +00:00
  • 5fa7cab4da - merge trunc r930:931 into branch 1.5 (bug 198 fixed) plegall 2005-11-12 21:38:43 +00:00
  • 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. plegall 2005-11-12 21:24:10 +00:00
  • 648b69b56c This commit was manufactured by cvs2svn to create tag 'release-1_5_0'. 1.5.0 plegall 2005-11-08 21:26:30 +00:00
  • d17eac9104 - bug 180 fixed: (report from BSF) remote_site.tpl doesn't validate. plegall 2005-11-08 21:26:30 +00:00
  • f5d15d6b12 - Branch 1.5 creation plegall 2005-11-08 21:23:20 +00:00
  • 429a108ff1 - bug 180 fixed: remote_site.tpl doesn't validate. plegall 2005-11-08 21:19:19 +00:00
  • 4639f2dfbc This commit was manufactured by cvs2svn to create branch 'branch-1_5'. plegall 2005-11-07 23:07:46 +00:00
  • 5282ee6fb1 - bug 184 fixed: for the third time... plegall 2005-11-07 23:07:46 +00:00
  • 094fc8814f - improvement: use a "filter" form for adding user comments. plegall 2005-11-07 22:54:49 +00:00
  • 6718d32228 (not in ChangeLog) plegall 2005-11-05 15:31:10 +00:00
  • 2ee8bc9efe - bug 186 fixed: useless template theme icons deleted. Remaining icons in GIF converted to PNG. plegall 2005-11-05 15:16:03 +00:00
  • d8ececfdbe - bug 185 fixed: errors in language items. plegall 2005-10-31 14:58:19 +00:00
  • 7664d4f712 (not in ChangeLog) plegall 2005-10-31 13:51:52 +00:00
  • bf596c7279 - modification: use "filter" class for quickconnect box (with some custom modifications) plegall 2005-10-31 13:47:58 +00:00
  • 7b9d91a8e6 2005-10-30 volcom volcom 2005-10-30 20:35:39 +00:00
  • 4caa3f6c84 bug 177 fixed: for Safari (was fixed for Konqueror only) chrisaga 2005-10-26 21:05:35 +00:00
  • f74420a36a - bug 183 fixed: Warning when trying to associate an image with an already associated category. Just coded the TODO instructions I had let some time ago. plegall 2005-10-25 20:50:14 +00:00
  • 32f1a5d6ec bug 184 fixed: .png button left aligned in IE chrisaga 2005-10-24 17:45:19 +00:00
  • 0e163f7a00 - bug 182 fixed: newly created user is not displayed in the user list. plegall 2005-10-23 21:52:34 +00:00
  • 953dada953 - bug fixed: during file tree synchronization, warning on finding the next rank of category which has no sub-categories yet. plegall 2005-10-23 21:43:26 +00:00
  • da31f1fd2f bug fixed: cat-list.tpl validate now chrisaga 2005-10-23 21:18:56 +00:00