Commit Graph

  • f94e5e5511 roma tpl were missing. vdigital 2008-09-14 12:25:34 +00:00
  • fecb04f2ec Wigo becomes "goto". Admin tpl files are moved. vdigital 2008-09-14 07:16:15 +00:00
  • 4d37c48b3c Admin template wigo/ start of transfers of tpl files (related php) vdigital 2008-09-14 00:38:45 +00:00
  • abe3871db0 Admin template wigo/ start of transfers of tpl files vdigital 2008-09-14 00:37:56 +00:00
  • 2bad5e96fb Change config to wigo/roma vdigital 2008-09-14 00:34:59 +00:00
  • d1c423da75 Admin template wigo/roma vdigital 2008-09-14 00:33:53 +00:00
  • 53aef87751 Sylvia theme: a longer upper category border (second try). vdigital 2008-09-13 23:45:31 +00:00
  • caae8449c0 bug fixed: l10n added for image ranks (feature 169) and for tags grouped by letter (feature 828). plegall 2008-09-12 20:50:11 +00:00
  • 4d86bb2234 - images.file categories.permalink old_permalinks.permalink - become binary - session security improvement: now the sessions are valid only for originating ip addr (with mask 255.255.0.0 to allow users behind load balancing proxies) -> stealing the session cookie is almost a non issue (with the exception of the 65536 machines in range) - metadata sync from the sync button does not overwrite valid data with empty metadata - other small fixes/enhancements: - added event get_category_image_orders - fix display issue with redirect.tpl (h1/h2 within h1) - fix known_script smarty function registration - query search form not submitted if q is empty - better admin css rules - some other minor changes (ws_core, rest_handler, functions_search...) rvelices 2008-09-12 02:17:35 +00:00
  • 272113c417 feature added: ability to set rank from webservice upload. plegall 2008-09-11 22:19:04 +00:00
  • 197d4a92e7 bug fixed: following r2516, remove partner from piwigo_remote.pl, the argument is not useful any longer. plegall 2008-09-11 22:09:21 +00:00
  • bc290fd6b4 bug fixed: following r2516, remove ws_access table from database script creation. plegall 2008-09-11 22:07:33 +00:00
  • d39db9aaaf feature 169 added: ability to manually sort images inside a category. A dedicated screen let the administrator sort the images (pur HTML, no JavaScript yet). The "rank" sort order is available only for a category without flat mode. New database column image_category.rank. plegall 2008-09-11 21:40:00 +00:00
  • fdffe42bdc remove ws access table/partners functionality rvelices 2008-09-11 01:20:25 +00:00
  • 6ddb20d6f0 - fix undefined template vars U_LOST_PASSWORD (menubar), F_ACTION (extend_for_templates) and F_C13Y_ACTION (check_integrity) - normalized some template variable names between category thumbnails and thumbnails (take advantage of full template change with smarty and do it now) rvelices 2008-09-10 01:16:13 +00:00
  • d6b39bb4e1 Sylvia theme: a longer upper category border. vdigital 2008-09-09 13:29:28 +00:00
  • 9aec2fb5e7 - fix typing error in index.tpl - added template smarty function known_script (e.g.{known_script id="x" src"y.js"}) - useful to avoid double inclusion of a script such as prototype,jquery,... when a template and plugin need it independently (see the use in admin.tpl for example) - removed unused themeconf.template_dir rvelices 2008-09-09 09:53:31 +00:00
  • 26474d349f - fix issue when picture_url_style = file (sql query like) - sql call SET NAMES "xxx" (if required) in upgrade.php, upgrade_feed.php and after 65-database.php rvelices 2008-09-09 01:16:32 +00:00
  • fceb26e231 bug fixed: it seems that the upload file.jpg had -rw------- permissions which is not enough if the http server user is different from the file owner (which is the case when suphp is running). The permissions are set to -rw-r--r--. plegall 2008-09-08 21:14:33 +00:00
  • b5c5a2aeae Sylvia theme: .content reviewed including hover/active backgrounds. vdigital 2008-09-08 20:46:11 +00:00
  • 85ea11bf35 Sylvia theme: .content reviewed (a temporary solution (with inactive backgrounds). vdigital 2008-09-07 20:58:50 +00:00
  • fdc4bb6311 Sylvia theme: .content reviewed (a temporary solution). vdigital 2008-09-07 20:56:44 +00:00
  • fae1a63124 fix too strict regex for email nikrou 2008-09-07 11:05:15 +00:00
  • 157695d7b1 Theme Sylvia (related to Sylvius). vdigital 2008-09-06 22:05:35 +00:00
  • 49d878b326 mispellin variable nikrou 2008-09-06 12:47:32 +00:00
  • e9b9046d8b - fix issue when picture_url_style = file (sql query like) rvelices 2008-09-06 00:21:21 +00:00
  • 75dc35db55 Checkboxes reverted on rvelices request. And several minor corrections vdigital 2008-09-05 22:44:08 +00:00
  • b8a5fde846 - better management of fatal errors (instead of die or trigger_error rather use fatal_error ...) rvelices 2008-09-05 01:24:01 +00:00
  • 116f1bc4fb improvement: ws method pwg.images.add checks the dumped files against the expected md5 sum. plegall 2008-09-04 22:45:27 +00:00
  • 255a4f393a improvement: remote client summarizes HTTP response when invoking pwg.images.add => code, message. plegall 2008-09-04 22:08:47 +00:00
  • 57dd0ffcb6 bug fixed : call set_status_header for HTTP response when webservice PwgError is called, so that http response code and related message are part of the structure response and not only in a serialized content (see how tools/piwigo_remote.pl gets the response) plegall 2008-09-04 21:37:19 +00:00
  • 2676ad8cb3 Bug 852: Users display vdigital 2008-09-04 20:17:38 +00:00
  • efa7411875 - bug 854: better checks of directory creations ( local_data_dir, templates_c, tmp etc...) rvelices 2008-09-04 01:28:34 +00:00
  • 4002f708e1 - remove hello_world plugin (not working anymore) - web service method images.add works only for admins now - fix template-common js web service calls did not have the parameters url encoded - improve admin user_list - submitting the form with no user selected triggers a javascript alert (had fun with jquery selectors) rvelices 2008-09-04 00:57:55 +00:00
  • 56517c7545 Bug 847: Instruction page / CSS Text-align: centered ordered lists Bug 846: Bad link to documentation Some CSS Hacks in Admin theme vdigital 2008-09-03 19:23:05 +00:00
  • 5c021293f9 - Configuration reversed to simplify CSS - theme.css a test to solve menubar issue - STC: php version control vdigital 2008-08-31 20:54:39 +00:00
  • bd833ee9bc synchro improvements: - able to sync metadata at the same time as the files/dirs - by default empty metadata does not overwrite database infos (checkbox can switch to previous behaviour) (bug 132) - the form is shown again even after a successfull non simulated run rvelices 2008-08-29 12:35:16 +00:00
  • 844799d040 - fix an issue on category modify (lock/unlock display was reversed) and improved queries on submit rvelices 2008-08-28 20:05:39 +00:00
  • 3a67845aaf - removed and moved (from common to admin) some CSS rules - upgraded jQuery and accordion to latest version (and reorganised a bit their location) rvelices 2008-08-28 01:26:26 +00:00
  • abb2f22b2e - based on test_menu by grum (thanks to you) - integration of dynamic menu bar to pwg - the menubar is composed now of dynamic blocks that can be ordered/hidden - plugins can add their own blocks rvelices 2008-08-28 00:32:39 +00:00
  • 7f956e71b9 Swift Theme Creator (minor changes): partly functional version. vdigital 2008-08-26 14:18:42 +00:00
  • 59129beb22 - bug 843: Author Info not saving when photos are uploaded rvelices 2008-08-23 01:21:53 +00:00
  • ebe89e0a28 git-svn-id: http://piwigo.org/svn/trunk@2485 68402e56-0260-453c-a942-63ccdbb3a9ee rvelices 2008-08-23 01:21:42 +00:00
  • 726529c49b merge r2483 from branch 1.7 - security fix : when conf['question_mark_in_urls']=true , $_SERVER['PATH_INFO'] was not sanitized against sql injection - mysql errors are now dumped using trigger_error instead of echo and die -> allow admins to see later on if someone tries funny stuff rvelices 2008-08-23 01:18:13 +00:00
  • 7550df3915 - security fix : when conf['question_mark_in_urls']=true , $_SERVER['PATH_INFO'] was not sanitized against sql injection - mysql errors are now dumped using trigger_error instead of echo and die -> allow admins to see later on if someone tries funny stuff rvelices 2008-08-23 01:15:33 +00:00
  • 707351a95c - language - removed 2 unnecessary keys from admin.lang - language - moved some keys from common.lang to admin.lang rvelices 2008-08-22 01:12:31 +00:00
  • 0b32dd4c0b - further reduce css rules and remove unused ones - added a smarty prefilter so that html output is nicely indented now ... rvelices 2008-08-22 00:45:03 +00:00
  • 685f4e2998 - tried to reduce the number of css rules and selectors (most gains on menubar and usercomments) tested with IE6,IE7,FF,Opera9,Safari3 rvelices 2008-08-21 01:14:03 +00:00
  • 5a6298548b - local.lang is loaded without fallback on default language or PHPWG_DEFAULT_LANGUAGE (needed to change the signature of load_language which became a little too big) - move a function from functions.inc.php to functions_picture.inc.php (included only when necessary) - removed some css (not as much as I wanted) rvelices 2008-08-20 00:35:22 +00:00
  • dcbaefafdf - ws can include php file before invoking web call method - remove "Pierrick ..." from some languages - tags - small change to avoid increasing number of urls - added a missing closedir - remove some unnecessary class names and inexisting rel attributes rvelices 2008-08-19 23:58:35 +00:00
  • 9a346cc237 Updates riopwg 2008-08-19 06:08:21 +00:00
  • 06df392005 - optim dont include a php file if not required - eng lang small change - remove link to unexisting admin css rvelices 2008-08-16 01:32:37 +00:00
  • 9824cbbc5f Resolved issue 0000842: Variable $user is erased on rating page rub 2008-08-15 19:54:01 +00:00
  • f645fc1419 Resolved issue 0000842: Variable $user is erased on rating page rub 2008-08-15 19:50:22 +00:00
  • ce1d7492f6 Bug on removed $conf value... subcatify vdigital 2008-08-12 21:37:48 +00:00
  • 8ab0da7da2 Admin advices can be easily extended to new advices. Admin advices plugin can be translated like any other plugins. Admin advices plugin has been extended with External summary (a technical and non translated part). vdigital 2008-08-12 20:43:56 +00:00
  • 5d40738463 git-svn-id: http://piwigo.org/svn/trunk@2471 68402e56-0260-453c-a942-63ccdbb3a9ee rvelices 2008-08-11 11:25:07 +00:00
  • a2e98299d7 - bug fix: registered users could rate a picture several times from diffrent ip adresses rvelices 2008-08-11 11:24:59 +00:00
  • d4a7be644b updating files for the Menu class (test_menu) + fixes "Links" translation bug grum 2008-08-09 21:27:58 +00:00
  • 526d8006a1 updating files for the Menu class (test_menu) + add functionnalities grum 2008-08-07 21:52:45 +00:00
  • 5e3d71c9ca Translate \language\it_IT\help\extend_for_templates.html Add italian lang \plugins\AMenuManager\ Corrections riopwg 2008-08-03 22:24:22 +00:00
  • 7ebed79726 Asked by rvelices on this topic http://forum.phpwebgallery.net/viewtopic.php?pid=92097#p92097 grum 2008-08-03 07:48:39 +00:00
  • ee0af5d43d Feature:837 sample my-thumbnails2.css with a IE7 acceptable version. vdigital 2008-07-31 21:23:26 +00:00
  • 5059eddb71 Feature:837 "Extend for templates" could have dedicated .css files by a simple technical {html_head} inclusion. vdigital 2008-07-31 06:58:44 +00:00
  • 45960b4631 feature 839, first step : early proof of concept, no error handling. A remote client can add a photo in a category thanks to the web API. A new "upload" directory is created (write access required on the base directory). Uploaded photo have path such as upload/<year>/<month>/<day>/<datetime>-random.jpg. The thumbnail must come with the "web sized" photo. The photo has no storage_category_id. plegall 2008-07-30 21:53:00 +00:00
  • 4dcec5fb8a Feature:837 "Extend for templates" could have dedicated .css files. vdigital 2008-07-30 19:24:55 +00:00
  • c8c61b7f3a Swift Theme Creator (minor changes): Still incomplete but first operational version (6). Just a bug squashed draft version. Enjoy it. vdigital 2008-07-24 21:56:35 +00:00
  • 4469cbdfde Subversion administration: in language files, now that release 1.7.2 exists, every language key new or modified will be for next release 1.7.3. plegall 2008-07-24 21:19:59 +00:00
  • 88e0858b8f New version 1.7.2 hard coded. 1.7.2 plegall 2008-07-24 21:07:46 +00:00
  • e197525ad2 Create release 1.7.2 from branch 1.7 r2457 plegall 2008-07-24 20:53:27 +00:00
  • d7d454ad9f - remove functions_group.inc.php (empty for some years; avoid unnecessary include_file) - thumbnails-fix-ie5-ie6.css merged into fix-ie5-ie6.css (avoid 2 IE6 css file requests) rvelices 2008-07-24 01:30:27 +00:00
  • 35c2aeca68 - remove functions_group.inc.php (empty for some years; avoid unnecessary include_file) - thumbnails-fix-ie5-ie6.css merged into fix-ie5-ie6.css (avoid 2 IE6 css file requests) - removed unused css rvelices 2008-07-24 01:30:12 +00:00
  • 3f7b447851 Fallback on SVN:2426 (Transparency for background is not supported by IE6). vdigital 2008-07-23 22:17:18 +00:00
  • c48ec88ed4 Swift Theme Creator (minor changes): Still incomplete but first functional version (5). vdigital 2008-07-23 21:53:15 +00:00
  • 49f337a9d8 Swift Theme Creator (minor changes): non functional version yet (4). Bug 836: "Extend for templates" minor change. vdigital 2008-07-23 06:21:59 +00:00
  • b4793e959e - merge r2451 from trunk: normalize behaviour of query search versus std search (now both return items already sorted and permission checked); also more optimized sql queries (in some cases) rvelices 2008-07-23 00:56:53 +00:00
  • cde423fc86 - normalize behaviour of query search versus std search (now both return items already sorted and permission checked); also more optimized sql queries (in some cases) rvelices 2008-07-23 00:56:22 +00:00
  • 031148319b Swift Theme Creator (minor changes): non functional version yet (3). vdigital 2008-07-22 21:49:35 +00:00
  • 159b97507d Swift Theme Creator (minor changes): non functional version yet (2). vdigital 2008-07-22 18:38:56 +00:00
  • 4322abb39f - add #user_cache.cache_update_time - useful for plugins or the filter when it is not possible/desirable to cache/calculate data specific to the user when pwg core does it; note that this opens the possibility to implement a data cache (file/shared mem/ etc...) for every user (for very large databases) rvelices 2008-07-22 10:32:25 +00:00
  • ecc5ee46fa Swift Theme Creator (minor changes): non functional version yet. vdigital 2008-07-22 06:17:40 +00:00
  • b62eb188a2 - remove admin :hover css rule (bouncing thumbnails in caddie FF) - move some code from notification.php to notification.tpl - remove some unused variables from picture.php - make random.php work even if top_number is a lot (some issues solved with url length) rvelices 2008-07-22 01:29:38 +00:00
  • 60b7843d3a New standard plugin: Swift Theme Creator (Create new theme elements which can be manually updated later). vdigital 2008-07-21 22:20:47 +00:00
  • 82148244e4 git-svn-id: http://piwigo.org/svn/trunk@2444 68402e56-0260-453c-a942-63ccdbb3a9ee riopwg 2008-07-20 23:50:12 +00:00
  • 90002e45dd language/it_IT riopwg 2008-07-20 23:47:18 +00:00
  • ae6fe09103 Corrections riopwg 2008-07-20 23:43:43 +00:00
  • a1ad8ca1a4 Corrections riopwg 2008-07-20 09:54:25 +00:00
  • c0bd36cd1c Updates (including templates) riopwg 2008-07-20 09:51:20 +00:00
  • bc1278a3f7 "Extend for templates" needs translators. vdigital 2008-07-16 15:23:00 +00:00
  • 193faedbd6 Some temporary CSS corrections for synchronization errors/infos. vdigital 2008-07-16 08:28:32 +00:00
  • bf8ffbbdf9 Remove warning off extend_for_templates.php Add new in config.sql rub 2008-07-16 05:41:12 +00:00
  • be13718838 lang correction + rating stars work better with safari rvelices 2008-07-15 10:10:11 +00:00
  • 9c96b905ff - image rating on picture page done through ajax (tested safari/ie 6&7/ff) rvelices 2008-07-15 01:29:23 +00:00
  • df29ffbde7 Feature template-extension based on 2006 chrisaga's idea. chrisaga wrote: "If you want to make some template customization without building a brand new template, you should use ..." vdigital 2008-07-14 21:42:40 +00:00
  • b7709eae0d Merge from branch-1_7 (r2432). patdenice 2008-07-12 14:57:24 +00:00
  • 3e8dd7da9b Add triggers for category name (render_category_name). Add strip_tags for ALT attribute on category thumbnail. patdenice 2008-07-12 14:27:22 +00:00
  • be7bb150c2 - merge -r2430 from trunk bug 600: Page not found after a strong rating revise (and extended to most cases when the image is not in the requested section) rvelices 2008-07-12 00:38:52 +00:00
  • 2c08827ea0 - bug 600: Page not found after a strong rating revise (and extended to most cases when the image is not in the requested section) rvelices 2008-07-12 00:33:12 +00:00
  • e2ee204c12 - add to caddie on picture page done through ajax rvelices 2008-07-12 00:30:27 +00:00
  • 22ce08c6fb merge -c2427 from branch 1.7 to trunk plegall 2008-07-09 21:08:32 +00:00