aboutsummaryrefslogtreecommitdiffstats
path: root/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - some code refactoring before upgrade to utf (only cosmetic at this point...)rvelices2007-10-085-226/+224
| | | | git-svn-id: http://piwigo.org/svn/trunk@2126 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved 0000759: email unique for each userrub2007-10-013-1/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@2115 68402e56-0260-453c-a942-63ccdbb3a9ee
* 0000740: English sentence in French advicesvdigital2007-09-281-8/+8
| | | | | | and other languages minor corrections. git-svn-id: http://piwigo.org/svn/trunk@2109 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove unused css for IE7rvelices2007-09-281-0/+1
| | | | | | | - fix admin view plugin (due to a recent change elsewhere) - remove an echo from admin/stats.php git-svn-id: http://piwigo.org/svn/trunk@2108 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved 0000748: Name configuration of all the tablesrub2007-09-213-15/+0
| | | | | | | New method of implementation! git-svn-id: http://piwigo.org/svn/trunk@2104 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved 0000748: Name configuration of all the tablesrub2007-09-198-0/+341
| | | | | | | Resolved 0000750: Check anomalies after upgrade (Feature proposition) git-svn-id: http://piwigo.org/svn/trunk@2096 68402e56-0260-453c-a942-63ccdbb3a9ee
* Revised to repsect HTML conformity and to remove a minor bug on template.vdigital2007-07-251-9/+18
| | | | | | Only the real administrator template is used for the Controller page. git-svn-id: http://piwigo.org/svn/trunk@2073 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change headers with team emailrub2007-07-107-20/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@2059 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin multi view improvement: allow admins to change conf['show_queries'] ↵rvelices2007-05-162-0/+47
| | | | | | and conf['debug_l10n'] for their session ... git-svn-id: http://piwigo.org/svn/trunk@2016 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 578rub2007-03-283-240/+220
| | | | | | | | | | User guest must be real user Step 1: guest is a real user On next commit, I finish installation and use of guest of user list and group git-svn-id: http://piwigo.org/svn/trunk@1926 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add css class on button.rub2007-03-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1919 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update svn properties (svn:eol-style and svn:keywords)rub2007-03-1616-56/+56
| | | | git-svn-id: http://piwigo.org/svn/trunk@1912 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add missing index.php.rub2007-03-163-0/+99
| | | | git-svn-id: http://piwigo.org/svn/trunk@1911 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update index.php header.rub2007-03-1611-57/+175
| | | | | | | | | | Don't use explicitly index.php on the recursive call. Add missing index.php. Chang tags.php svn properties. git-svn-id: http://piwigo.org/svn/trunk@1909 68402e56-0260-453c-a942-63ccdbb3a9ee
* add index.php in plugins directory and subdirectoriesrvelices2007-03-155-0/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@1907 68402e56-0260-453c-a942-63ccdbb3a9ee
* Apply property svn:eol-style Value: LFrub2007-03-1218-1554/+1554
| | | | git-svn-id: http://piwigo.org/svn/trunk@1900 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 654: sql error on user comment (since my commit 1849)rvelices2007-02-261-1/+1
| | | | | | | | - languages: english corrections + keep lang files sorted by key - admin multi view correction: language was not always properly changed - refactor function get_computed_categories (with rub's blessing) git-svn-id: http://piwigo.org/svn/trunk@1860 68402e56-0260-453c-a942-63ccdbb3a9ee
* Plugins:rvelices2007-02-235-10/+18
| | | | | | | | | | | | | | | | | - display author and and author url (if present) on plugin admin page - uniformized versions/authors... for all plugins in svn - security fix (html escape name, version, uri, author... to avoid javascript injection which could automatically simulate click on Install) - added confirmation for install/uninstall plugins Web services: - web service explorer now caches method details in order to avoid unnecessary web calls - web service explorer can now send parameters as arrays - web service explorer uses now prototype.js version 1.5 - small improvements - added and use function bad_request (sends http status code 400) git-svn-id: http://piwigo.org/svn/trunk@1852 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: vdigital2007-02-201-0/+1
| | | | | | | - wipi theme minor changes - Admin Advices ! include URI. git-svn-id: http://piwigo.org/svn/trunk@1841 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some HTML changes to reach HTML 4.01 Strict!vdigital2007-02-172-3/+6
| | | | | | (New): Multi view include a minimal theme. git-svn-id: http://piwigo.org/svn/trunk@1833 68402e56-0260-453c-a942-63ccdbb3a9ee
* - plugins: added new action user_initrvelices2007-02-153-0/+172
| | | | | | | | - put in a new admin_multi_view:allows admins to change on the fly language/theme and view gallery as guest (useful for developers and just to show a 'new' way of using plugins) - removed some warnings from history.php and increased table width to 99% - remove unused admin language strings git-svn-id: http://piwigo.org/svn/trunk@1821 68402e56-0260-453c-a942-63ccdbb3a9ee
* add_index plugin cleanuprub2007-02-126-174/+1
| | | | | | Fix reading html mail on webmail (like webmail free) git-svn-id: http://piwigo.org/svn/trunk@1808 68402e56-0260-453c-a942-63ccdbb3a9ee
* - added plugin action loc_end_picturervelices2007-02-094-1/+110
| | | | | | | - enhanced the event tracer plugin to show a list of all events and actions trigered by pwg - small reorganization in picture.php git-svn-id: http://piwigo.org/svn/trunk@1793 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor changes:vdigital2007-01-315-69/+2
| | | | | | | | | | | - Filter Icon on Rub request is floated right except on my request for wipi. template/yoga/menubar.css template/yoga/theme/wipi/theme.css - Font-family is revised on Rub advice (he doesn't have Bitstream Vera Sans as many people). template/yoga/default-layout.css - Plugin Admin Advice has been reviewed to be W3C compliant. plugins/admin_advices/admin_advices.tpl plugins/admin_advices/default-layout.css git-svn-id: http://piwigo.org/svn/trunk@1772 68402e56-0260-453c-a942-63ccdbb3a9ee
* - admin language Statistics (fix annoying message with debug_l10n)rvelices2007-01-241-87/+82
| | | | | | - somme corrections for admin_advices (css with root_url and only when needed) git-svn-id: http://piwigo.org/svn/trunk@1749 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugin simplification: adding admin links does not require the plugin_id ↵rvelices2007-01-182-10/+6
| | | | | | anymore... git-svn-id: http://piwigo.org/svn/trunk@1731 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature "Admin Advices !" (Standard plugin) : May give you always now an ↵vdigital2007-01-155-69/+28
| | | | | | | | | | | | | | | advice on the administration page. Quick solved list: 1 - Wording on EXIF/IPTC Advices 2 - Default language is English 3 - Some Transparency issues under IE 4 - Some Border issues 5 - PWG Menu moved from Advices Box to Intro. 6 - phpwebgallery.net URLs are available thru a new admin function pwg_URL() 7 - PWG Menu URL open in a new target (XHTML strict compliant (JS)). git-svn-id: http://piwigo.org/svn/trunk@1724 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin Advices includes :vdigital2007-01-125-19/+135
| | | | | | | | | | - Tags relation check. - PhpWebGallery link buttons. - Its own default-layout.css (as a sample for other plugins as well). No more functions would be included in 1.7 Please process to correct all wording errors in any advice. git-svn-id: http://piwigo.org/svn/trunk@1718 68402e56-0260-453c-a942-63ccdbb3a9ee
* Page page for add_index plugin fixedrub2007-01-111-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1714 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin Advices now is p0w0 compliant (other themes as well coming).vdigital2007-01-104-4/+40
| | | | | | | | Admin Advices random thumbnail is partly check (Name, Description, Author, creation date and metadata) well updated or not. Tags relation will be checked asap for the thumbnail. More : Thumbnail is directly linked to Modify picture Admin function to make it accurate. git-svn-id: http://piwigo.org/svn/trunk@1709 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove all colors from admin_advices.tplvdigital2007-01-093-228/+223
| | | | | | | | One text correction in admin_advices/en_UK.iso-8859-1/lang.adv.php The full French version of lang.adv.php git-svn-id: http://piwigo.org/svn/trunk@1706 68402e56-0260-453c-a942-63ccdbb3a9ee
* Plugins: new way of adding links and content to administration pages...rvelices2007-01-098-54/+69
| | | | git-svn-id: http://piwigo.org/svn/trunk@1705 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature Issue ID 0000496: Integrate MOD add_index on PWG with plugin.lang.phprub2007-01-0912-65/+332
| | | | | | | | | | Change name of news triggers. Replace & by & Improve a little add_index plugin implementation. Add parameters pages (under construction) for add_index plugin git-svn-id: http://piwigo.org/svn/trunk@1704 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor corrections in admin advices (French is still on going).vdigital2007-01-084-48/+115
| | | | git-svn-id: http://piwigo.org/svn/trunk@1702 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature Issue ID 0000496: Integrate MOD add_index on PWG with plugin.lang.phprub2007-01-0817-1/+715
| | | | | | | | | | | | | | | | | | Add some plugin triggers: o for help o for language o for site manager o for advanced features Allow to launch directly plugin page (without section key) Add add_index plugin, available on site manager and advanced features Configuration page and best help must be coming soon. git-svn-id: http://piwigo.org/svn/trunk@1699 68402e56-0260-453c-a942-63ccdbb3a9ee
* 35 advices are available all in English / French version is comingvdigital2007-01-042-488/+772
| | | | git-svn-id: http://piwigo.org/svn/trunk@1697 68402e56-0260-453c-a942-63ccdbb3a9ee
* "Admin Advices !" Standard plugin : May give you sometimes an advice on the ↵vdigital2007-01-034-0/+705
| | | | | | | | | | | | administration page. A draft version: With 3 advices in English and only one in French. Maybe we can have more than 50 advices from a starting point. This plugin is mainly for beginners but not only. git-svn-id: http://piwigo.org/svn/trunk@1694 68402e56-0260-453c-a942-63ccdbb3a9ee
* - plugins admin menu appear now in the admin page menubarrvelices2006-12-141-1/+5
| | | | | | | | - plugins are loaded immediately after loading the config (allow them to hack more of pwg like user init, template init etc...) - trigger event format_exif_data (for picture display only) git-svn-id: http://piwigo.org/svn/trunk@1655 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugins last modifications + events are triggered now from picture.phprvelices2006-11-014-41/+61
| | | | git-svn-id: http://piwigo.org/svn/trunk@1590 68402e56-0260-453c-a942-63ccdbb3a9ee
* - plugins can add now their page to the admin pagervelices2006-10-273-0/+135
| | | | | | | - new plugin (event_tracer) that demonstrate it and useful to see all calls to trigger_event git-svn-id: http://piwigo.org/svn/trunk@1580 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugins: first prototype versionrvelices2006-10-261-0/+18
git-svn-id: http://piwigo.org/svn/trunk@1578 68402e56-0260-453c-a942-63ccdbb3a9ee