aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Swift Theme Creator (minor changes): partly functional version.vdigital2008-08-269-213/+465
| | | | git-svn-id: http://piwigo.org/svn/trunk@2487 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2485 ↵rvelices2008-08-232-12/+8
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r2483 from branch 1.7rvelices2008-08-232-17/+26
| | | | | | | - 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 git-svn-id: http://piwigo.org/svn/trunk@2484 68402e56-0260-453c-a942-63ccdbb3a9ee
* - language - removed 2 unnecessary keys from admin.langrvelices2008-08-2212-33/+23
| | | | | | - language - moved some keys from common.lang to admin.lang git-svn-id: http://piwigo.org/svn/trunk@2482 68402e56-0260-453c-a942-63ccdbb3a9ee
* - further reduce css rules and remove unused onesrvelices2008-08-2212-134/+102
| | | | | | - added a smarty prefilter so that html output is nicely indented now ... git-svn-id: http://piwigo.org/svn/trunk@2481 68402e56-0260-453c-a942-63ccdbb3a9ee
* - tried to reduce the number of css rules and selectors (most gains on ↵rvelices2008-08-2116-521/+347
| | | | | | menubar and usercomments) tested with IE6,IE7,FF,Opera9,Safari3 git-svn-id: http://piwigo.org/svn/trunk@2480 68402e56-0260-453c-a942-63ccdbb3a9ee
* - local.lang is loaded without fallback on default language or ↵rvelices2008-08-2015-124/+131
| | | | | | | | | 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) git-svn-id: http://piwigo.org/svn/trunk@2479 68402e56-0260-453c-a942-63ccdbb3a9ee
* - ws can include php file before invoking web call methodrvelices2008-08-196-41/+49
| | | | | | | | | - 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 git-svn-id: http://piwigo.org/svn/trunk@2478 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updatesriopwg2008-08-192-6/+36
| | | | git-svn-id: http://piwigo.org/svn/trunk@2477 68402e56-0260-453c-a942-63ccdbb3a9ee
* - optim dont include a php file if not requiredrvelices2008-08-165-22/+18
| | | | | | | - eng lang small change - remove link to unexisting admin css git-svn-id: http://piwigo.org/svn/trunk@2476 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000842: Variable $user is erased on rating page rub2008-08-151-4/+4
| | | | | | Merge branch-1_7 2473:2474 into BSF git-svn-id: http://piwigo.org/svn/trunk@2475 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug on removed $conf value... subcatifyvdigital2008-08-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2473 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin advices can be easily extended to new advices.vdigital2008-08-1259-4331/+1148
| | | | | | | | | 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). Some template cleaning. git-svn-id: http://piwigo.org/svn/trunk@2472 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2471 ↵rvelices2008-08-111-1/+1
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* updating files for the Menu class (test_menu)grum2008-08-095-22/+41
| | | | | | | | | | | | | | | | | | + fixes "Links" translation bug updating files for the AMenuManager plugin + enhance links template updating common classes grum_plugins_classes-2 (needed for the AMenuManager plugin) + clearing the code updating the calendar_base.class.php the 'get_nav_bar_from_items' method was returning a hard coded html string now replaced by a template file (calendar_nav.tpl) git-svn-id: http://piwigo.org/svn/trunk@2469 68402e56-0260-453c-a942-63ccdbb3a9ee
* updating files for the Menu class (test_menu)grum2008-08-0721-251/+1322
| | | | | | | | | | | | | | | + add functionnalities updating files for the AMenuManager plugin + fixes some bugs + add functionnalities updating common classes grum_plugins_classes-2 (needed for the AMenuManager plugin) + add functionalities for google_translator use git-svn-id: http://piwigo.org/svn/trunk@2468 68402e56-0260-453c-a942-63ccdbb3a9ee
* Translate \language\it_IT\help\extend_for_templates.htmlriopwg2008-08-034-63/+153
| | | | | | | Add italian lang \plugins\AMenuManager\ Corrections git-svn-id: http://piwigo.org/svn/trunk@2467 68402e56-0260-453c-a942-63ccdbb3a9ee
* Asked by rvelices on this topicgrum2008-08-0358-0/+5207
| | | | | | | | | | | | | | | | | | http://forum.phpwebgallery.net/viewtopic.php?pid=92097#p92097 A plugin to integrate the menu class see test_menu directory A plugin to show how to use the menu class see AMenuManager directory And common classes needed for the AMenuManager plugin see grum_plugins_classes-2 directory See topic http://forum.phpwebgallery.net/viewtopic.php?pid=92637#p92637 for more informations git-svn-id: http://piwigo.org/svn/trunk@2466 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature:837 sample my-thumbnails2.css with a IE7 acceptable version.vdigital2008-07-312-8/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@2465 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature:837 "Extend for templates" could have dedicated .css files by a ↵vdigital2008-07-312-12/+1
| | | | | | simple technical {html_head} inclusion. git-svn-id: http://piwigo.org/svn/trunk@2464 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 839, first step : early proof of concept, no error handling. Aplegall2008-07-303-5/+241
| | | | | | | | | | | | | 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. Bugs still need to be fixed and a discussion must occur before next steps. git-svn-id: http://piwigo.org/svn/trunk@2463 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature:837 "Extend for templates" could have dedicated .css files.vdigital2008-07-303-24/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@2462 68402e56-0260-453c-a942-63ccdbb3a9ee
* Swift Theme Creator (minor changes): Still incomplete but first operational ↵vdigital2008-07-243-37/+46
| | | | | | | | version (6). Just a bug squashed draft version. Enjoy it. git-svn-id: http://piwigo.org/svn/trunk@2461 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove functions_group.inc.php (empty for some years; avoid unnecessary ↵rvelices2008-07-245-65/+27
| | | | | | | | | include_file) - thumbnails-fix-ie5-ie6.css merged into fix-ie5-ie6.css (avoid 2 IE6 css file requests) - removed unused css git-svn-id: http://piwigo.org/svn/trunk@2456 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fallback on SVN:2426 (Transparency for background is not supported by IE6).vdigital2008-07-235-21/+21
| | | | git-svn-id: http://piwigo.org/svn/trunk@2455 68402e56-0260-453c-a942-63ccdbb3a9ee
* Swift Theme Creator (minor changes): Still incomplete but first functional ↵vdigital2008-07-233-81/+161
| | | | | | version (5). git-svn-id: http://piwigo.org/svn/trunk@2454 68402e56-0260-453c-a942-63ccdbb3a9ee
* Swift Theme Creator (minor changes): non functional version yet (4).vdigital2008-07-233-6/+32
| | | | | | | Bug 836: "Extend for templates" minor change. git-svn-id: http://piwigo.org/svn/trunk@2453 68402e56-0260-453c-a942-63ccdbb3a9ee
* - normalize behaviour of query search versus std search (now both return ↵rvelices2008-07-234-60/+82
| | | | | | items already sorted and permission checked); also more optimized sql queries (in some cases) git-svn-id: http://piwigo.org/svn/trunk@2451 68402e56-0260-453c-a942-63ccdbb3a9ee
* Swift Theme Creator (minor changes): non functional version yet (3).vdigital2008-07-222-25/+104
| | | | git-svn-id: http://piwigo.org/svn/trunk@2450 68402e56-0260-453c-a942-63ccdbb3a9ee
* Swift Theme Creator (minor changes): non functional version yet (2).vdigital2008-07-222-27/+27
| | | | git-svn-id: http://piwigo.org/svn/trunk@2449 68402e56-0260-453c-a942-63ccdbb3a9ee
* - add #user_cache.cache_update_time - useful for plugins or the filter when ↵rvelices2008-07-225-38/+69
| | | | | | 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) git-svn-id: http://piwigo.org/svn/trunk@2448 68402e56-0260-453c-a942-63ccdbb3a9ee
* Swift Theme Creator (minor changes): non functional version yet.vdigital2008-07-222-31/+36
| | | | git-svn-id: http://piwigo.org/svn/trunk@2447 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove admin :hover css rule (bouncing thumbnails in caddie FF)rvelices2008-07-225-14/+8
| | | | | | | | - 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) git-svn-id: http://piwigo.org/svn/trunk@2446 68402e56-0260-453c-a942-63ccdbb3a9ee
* New standard plugin: Swift Theme Creator (Create new theme elements which ↵vdigital2008-07-2117-0/+1444
| | | | | | can be manually updated later). git-svn-id: http://piwigo.org/svn/trunk@2445 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@2444 ↵riopwg2008-07-202-0/+62
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* language/it_ITriopwg2008-07-207-0/+187
| | | | git-svn-id: http://piwigo.org/svn/trunk@2443 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correctionsriopwg2008-07-203-28/+28
| | | | git-svn-id: http://piwigo.org/svn/trunk@2442 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correctionsriopwg2008-07-202-29/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@2441 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updates (including templates)riopwg2008-07-201-43/+43
| | | | git-svn-id: http://piwigo.org/svn/trunk@2440 68402e56-0260-453c-a942-63ccdbb3a9ee
* "Extend for templates" needs translators.vdigital2008-07-167-54/+382
| | | | git-svn-id: http://piwigo.org/svn/trunk@2439 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some temporary CSS corrections for synchronization errors/infos.vdigital2008-07-162-16/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@2438 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove warning off extend_for_templates.phprub2008-07-162-1/+2
| | | | | | Add new in config.sql git-svn-id: http://piwigo.org/svn/trunk@2437 68402e56-0260-453c-a942-63ccdbb3a9ee
* - image rating on picture page done through ajax (tested safari/ie 6&7/ff)rvelices2008-07-155-77/+136
| | | | git-svn-id: http://piwigo.org/svn/trunk@2435 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature template-extension based on 2006 chrisaga's idea.vdigital2008-07-1414-4/+643
| | | | | | | chrisaga wrote: "If you want to make some template customization without building a brand new template, you should use ..." git-svn-id: http://piwigo.org/svn/trunk@2434 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from branch-1_7 (r2432).patdenice2008-07-124-4/+41
| | | | | | | Add triggers for category name (render_category_name). Add strip_tags for ALT attribute on category thumbnail. git-svn-id: http://piwigo.org/svn/trunk@2433 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 600: Page not found after a strong rating revise (and extended to most ↵rvelices2008-07-122-38/+81
| | | | | | cases when the image is not in the requested section) git-svn-id: http://piwigo.org/svn/trunk@2430 68402e56-0260-453c-a942-63ccdbb3a9ee
* - add to caddie on picture page done through ajaxrvelices2008-07-124-37/+85
| | | | git-svn-id: http://piwigo.org/svn/trunk@2429 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2427 from branch 1.7 to trunkplegall2008-07-093-2/+8
| | | | | | | | bug 802 fixed: if GD library is not available, display an explicit error, even before trying to generated any thumbnail. git-svn-id: http://piwigo.org/svn/trunk@2428 68402e56-0260-453c-a942-63ccdbb3a9ee
* Transparent .png for IE6 / Help icon fixed / Tabsheet fixed / and CSS review ↵vdigital2008-07-0624-119/+56
| | | | | | (still on going) git-svn-id: http://piwigo.org/svn/trunk@2426 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix some side effects with browser language (wrong display/user creation ↵rvelices2008-07-052-17/+15
| | | | | | in admin and mails to admin in user browser language) git-svn-id: http://piwigo.org/svn/trunk@2425 68402e56-0260-453c-a942-63ccdbb3a9ee