aboutsummaryrefslogtreecommitdiffstats
path: root/plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-11Merge from trunk 2712:patdenice1-1/+7
- Add known_template function (maybe we can change function name). - Template extensions are working with menubar blocks templates. git-svn-id: http://piwigo.org/svn/branches/2.0@2713 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-11Merge from 2710:patdenice11-0/+484
- Move filter button back to menubar_categories.tpl. - Add dutch plugins language. git-svn-id: http://piwigo.org/svn/branches/2.0@2711 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-08update plugin ESddtddt2-12/+13
git-svn-id: http://piwigo.org/svn/trunk@2686 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-05Adapt plugin add_index with smartyrub2-14/+11
git-svn-id: http://piwigo.org/svn/trunk@2669 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-05Updatesriopwg1-11/+12
git-svn-id: http://piwigo.org/svn/trunk@2664 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-02use "include file" for grow textrub1-0/+4
git-svn-id: http://piwigo.org/svn/trunk@2641 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-02Random picture had double border with <p> Caption </p>.vdigital1-2/+5
Random caption is limited to 127 characters above and 255 below. git-svn-id: http://piwigo.org/svn/trunk@2638 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-27Bulgarian, Malagsy, Russian, Chinese flags (Some other will come before RC2).vdigital4-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2613 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26Fix issue on AMM plugin when there are no public available.rub1-3/+2
It's necessary to remove status public for a selection of available pictures (public or private) git-svn-id: http://piwigo.org/svn/trunk@2605 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-25- Change tooltip width to 300px in new plugins listpatdenice2-99/+0
- Remove Extended Description from trunk... it will be available in PEM. git-svn-id: http://piwigo.org/svn/trunk@2591 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-25- Move get_extents function to include/functions.inc.php.patdenice44-317/+664
- Change all plugins version to 2.0. - LocalFiles Editor can now edit and create template extension. - Editarea (for LocalFiles Editor) go to version 0.7.2.2 (chrome compatible) - Editarea activation is now saved in database with AJAX. git-svn-id: http://piwigo.org/svn/trunk@2588 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-16CSS review including Advisor modevdigital1-6/+6
git-svn-id: http://piwigo.org/svn/trunk@2541 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-08Sylvia theme: .content reviewed including hover/active backgrounds.vdigital1-1/+11
Some additional jQuery fade in/out functions git-svn-id: http://piwigo.org/svn/trunk@2510 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-05- better management of fatal errors (instead of die or trigger_error rather ↵rvelices1-1/+0
use fatal_error ...) git-svn-id: http://piwigo.org/svn/trunk@2502 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-04- bug 854: better checks of directory creations ( local_data_dir, ↵rvelices1-2/+2
templates_c, tmp etc...) git-svn-id: http://piwigo.org/svn/trunk@2497 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-04- remove hello_world plugin (not working anymore)rvelices2-86/+0
- 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) git-svn-id: http://piwigo.org/svn/trunk@2496 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-31- Configuration reversed to simplify CSSvdigital1-56/+59
- theme.css a test to solve menubar issue - STC: php version control git-svn-id: http://piwigo.org/svn/trunk@2492 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-28- fix an issue on category modify (lock/unlock display was reversed) and ↵rvelices1-1/+4
improved queries on submit git-svn-id: http://piwigo.org/svn/trunk@2490 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-28- based on test_menu by grum (thanks to you) - integration of dynamic menu ↵rvelices25-1311/+118
bar to pwg - the menubar is composed now of dynamic blocks that can be ordered/hidden - plugins can add their own blocks git-svn-id: http://piwigo.org/svn/trunk@2488 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-26Swift Theme Creator (minor changes): partly functional version.vdigital8-207/+464
git-svn-id: http://piwigo.org/svn/trunk@2487 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-20- local.lang is loaded without fallback on default language or ↵rvelices2-4/+4
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
2008-08-19Updatesriopwg1-4/+34
git-svn-id: http://piwigo.org/svn/trunk@2477 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-12Bug on removed $conf value... subcatifyvdigital1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2473 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-12Admin advices can be easily extended to new advices.vdigital15-1049/+1144
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
2008-08-09updating files for the Menu class (test_menu)grum3-5/+5
+ 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
2008-08-07updating files for the Menu class (test_menu)grum21-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
2008-08-03Translate \language\it_IT\help\extend_for_templates.htmlriopwg2-0/+91
Add italian lang \plugins\AMenuManager\ Corrections git-svn-id: http://piwigo.org/svn/trunk@2467 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-03Asked by rvelices on this topicgrum58-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
2008-07-24Swift Theme Creator (minor changes): Still incomplete but first operational ↵vdigital3-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
2008-07-23Swift Theme Creator (minor changes): Still incomplete but first functional ↵vdigital3-81/+161
version (5). git-svn-id: http://piwigo.org/svn/trunk@2454 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-23Swift Theme Creator (minor changes): non functional version yet (4).vdigital2-5/+31
Bug 836: "Extend for templates" minor change. git-svn-id: http://piwigo.org/svn/trunk@2453 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-22Swift Theme Creator (minor changes): non functional version yet (3).vdigital2-25/+104
git-svn-id: http://piwigo.org/svn/trunk@2450 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-22Swift Theme Creator (minor changes): non functional version yet (2).vdigital1-1/+12
git-svn-id: http://piwigo.org/svn/trunk@2449 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-22Swift Theme Creator (minor changes): non functional version yet.vdigital2-31/+36
git-svn-id: http://piwigo.org/svn/trunk@2447 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-21New standard plugin: Swift Theme Creator (Create new theme elements which ↵vdigital17-0/+1444
can be manually updated later). git-svn-id: http://piwigo.org/svn/trunk@2445 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-20git-svn-id: http://piwigo.org/svn/trunk@2444 ↵riopwg2-0/+62
68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-20language/it_ITriopwg7-0/+187
git-svn-id: http://piwigo.org/svn/trunk@2443 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02Reversed logic for backgroundsvdigital2-3/+2
$tabsheet transfer: general use available in admin.tpl Some CSS admin simplications git-svn-id: http://piwigo.org/svn/trunk@2415 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-06-22Admin isolation: Copy of admin templates in admin folder.vdigital2-4/+4
(Before previous admin templates removal). Some of css simplification (in admin only currently. git-svn-id: http://piwigo.org/svn/trunk@2390 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-27Editarea version 0.7.1.1 for LocalFiles Editor.patdenice1-37/+37
Firefox 3 RC1 compatibility Code size reduction. git-svn-id: http://piwigo.org/svn/trunk@2359 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-15Change some PhpWebGallery to Piwigo. (2/2)rub10-34/+34
All phpwebgallery.net are not changed! git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-15- admin multi view plugin allows to view the gallery as any user (not only ↵rvelices1-33/+63
guest/admin) git-svn-id: http://piwigo.org/svn/trunk@2340 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-03Use new page for pluginsrub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2329 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-16Fix error on main.inc.php headerrub9-77/+126
git-svn-id: http://piwigo.org/svn/trunk@2302 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-05Bug fixed: as rvelices notified me by email, my header replacement script wasplegall53-1236/+0
bugged (r2297 was repeating new and old header). By the way, I've also removed the replacement keywords. We were using them because it was a common usage with CVS but it is advised not to use them with Subversion. Personnaly, it is a problem when I search differences between 2 Piwigo installations outside Subversion. git-svn-id: http://piwigo.org/svn/trunk@2299 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-05Tweak: Comments updatevdigital1-24/+1
git-svn-id: http://piwigo.org/svn/trunk@2298 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-04Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall57-4/+1201
git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-25Add editarea to LocalFiles Editor.patdenice53-47/+1620
git-svn-id: http://piwigo.org/svn/trunk@2291 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-23- remove compatibility with old template ...rvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2290 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-20Add new obsolete plugins on c13y_upgrade list.rub2-3/+3
Fix new plugin uninstall url. git-svn-id: http://piwigo.org/svn/trunk@2287 68402e56-0260-453c-a942-63ccdbb3a9ee