aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - revert feature 564: log the login of each user; but add the possibility to bervelices2007-01-2318-98/+174
| | | | | | | | | | | | done by a plugin - create a "standard" way to define PHP functions that we use but might not be available in the current php version - when a comment is rejected (spam, anti-flood etc), put the content back to the browser in case there is a real user behind it - now a comment can be entered only if the page was retrieved between 2 seconds ago and 1 hour ago git-svn-id: http://piwigo.org/svn/trunk@1744 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000624: Enhanced Links Menurub2007-01-223-2/+20
| | | | | | | | Add name and features options when new_window is true. (To display a popup for example) git-svn-id: http://piwigo.org/svn/trunk@1743 68402e56-0260-453c-a942-63ccdbb3a9ee
* More rename indexvdigital2007-01-221-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@1742 68402e56-0260-453c-a942-63ccdbb3a9ee
* Index rename vdigital2007-01-221-0/+52
| | | | git-svn-id: http://piwigo.org/svn/trunk@1741 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bad quotes Fixed rub2007-01-211-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1740 68402e56-0260-453c-a942-63ccdbb3a9ee
* Inefficient and non required index is removed on #_image_category.vdigital2007-01-212-1/+51
| | | | git-svn-id: http://piwigo.org/svn/trunk@1739 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000615: End of page replaced by icon/page_end.png Only if + than 9 ↵vdigital2007-01-191-1/+1
| | | | | | | | categories Bug removed for new galleries... git-svn-id: http://piwigo.org/svn/trunk@1738 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 625: comment anti-spam - protect against some of the spam robotsrvelices2007-01-194-4/+98
| | | | git-svn-id: http://piwigo.org/svn/trunk@1737 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000624: Enhanced Links Menurub2007-01-182-3/+12
| | | | | | | | Change default value. By default, a link will be opened on new tab/window. git-svn-id: http://piwigo.org/svn/trunk@1736 68402e56-0260-453c-a942-63ccdbb3a9ee
* Apply same modifications of revision 1734.rub2007-01-181-2/+2
| | | | | | Mail footer.tpl like page footer.tpl git-svn-id: http://piwigo.org/svn/trunk@1735 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000615: End of page replaced by icon/page_end.png Only if + than 9 ↵vdigital2007-01-184-3/+10
| | | | | | | | | categories - footer.tpl is changed for PNG Transparency with IE - Fine pwg_footer.png git-svn-id: http://piwigo.org/svn/trunk@1734 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug fixed: infinite loop in history statistics summary when no data toplegall2007-01-181-60/+63
| | | | | | | display. git-svn-id: http://piwigo.org/svn/trunk@1733 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000615: End of page replaced by icon/page_end.pngvdigital2007-01-186-4/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@1732 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugin simplification: adding admin links does not require the plugin_id ↵rvelices2007-01-184-21/+36
| | | | | | anymore... git-svn-id: http://piwigo.org/svn/trunk@1731 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000622: Optional light slideshow vdigital2007-01-174-3/+44
| | | | | | | | (Active by default - Switch off by $conf['light_slideshow'] = false) Order by in admin/comments.php git-svn-id: http://piwigo.org/svn/trunk@1730 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modification: the history summary graph does not use a true image anymore,plegall2007-01-175-681/+84
| | | | | | | CSS divs are faster and don't require GD library. git-svn-id: http://piwigo.org/svn/trunk@1729 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000624: Enhanced Links Menurub2007-01-173-14/+57
| | | | | | | | | | | Add optional parameter values: o Allow to open url of links menu on new window. o Dynamic visibility of links menu It's a proposition. git-svn-id: http://piwigo.org/svn/trunk@1728 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modification: new data model for history, more compact, more efficient. Aplegall2007-01-1621-737/+1747
| | | | | | | | | | | | | | | | | | | | summary table is used as cache for history stats display. New: a Perl script fill_history.pl was added to simulate a high load on history table (making the efficiency of the new data model obvious). Modification: function prepend_append_array_items moved from include/functions_search.inc.php to include/functions_search.inc.php since this function is used in new file admin/history.php Modification: admin/images/*_stats.img.php replaced by a simpler and more generic admin/images/stats.img.php unique file. New: a history detail search page was added. Currently, only start and end dates can be modified, it's just a beginning. git-svn-id: http://piwigo.org/svn/trunk@1727 68402e56-0260-453c-a942-63ccdbb3a9ee
* Very little/small corrections:rub2007-01-1612-36/+39
| | | | | | | | | | | o bad parser word user on installation o standardization of the method to open link in new tab/windows o removed not used constant o use/add link constants o use new function pwg_URL o add missing translation git-svn-id: http://piwigo.org/svn/trunk@1726 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin Intro languages for PWG Menu.vdigital2007-01-162-0/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@1725 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature "Admin Advices !" (Standard plugin) : May give you always now an ↵vdigital2007-01-1517-130/+163
| | | | | | | | | | | | | | | 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
* Fixed: Missing information "recent" in URL filter start parameterrub2007-01-152-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@1723 68402e56-0260-453c-a942-63ccdbb3a9ee
* There are no filter enabled if filter configuration is empty (no icon, no ↵rub2007-01-1515-64/+148
| | | | | | | | | | | | | functions, ...) New system for the filter page configuration View mode flat_recent_cat becomes flat_cat (recent period is removed because global filter is sufficient) Recent period of global filter must be defined "after" start parameter (default value is $user['recent_period']). git-svn-id: http://piwigo.org/svn/trunk@1722 68402e56-0260-453c-a942-63ccdbb3a9ee
* Recent Wizzard Notes transparency solved for IE6... with all Themes.vdigital2007-01-143-4/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@1721 68402e56-0260-453c-a942-63ccdbb3a9ee
* Icons check.png and uncheck.png were missing can be usable any where.vdigital2007-01-132-0/+0
| | | | | | They are used in Admin advice, but they can be used anywhere else. git-svn-id: http://piwigo.org/svn/trunk@1720 68402e56-0260-453c-a942-63ccdbb3a9ee
* very small improvements:rvelices2007-01-136-18/+47
| | | | | | | | | | | - mass_inserts does not requires keys to start at 0 - recent_cats categories are sorted by global_rank (consistency) - removed warning from page_header.php (when included from redirect) - added 2 template functions for plugins (get_var and concat_var) - removed unused code from profile.php - changed css width for tag selection (search page) from 55em to almost 100% git-svn-id: http://piwigo.org/svn/trunk@1719 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
* - bug 471: apostrophe lors de l'ajout d'un tag (different behavior depending onrvelices2007-01-115-90/+26
| | | | | | | | | magic_quotes_gpc) - metadata synchronization correction: iptc keywords were MySql escaped 2 times when synchronizing from site manager, but only once when synchronizing one image git-svn-id: http://piwigo.org/svn/trunk@1717 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugins improvements: allow plugins to fail the installation/activationrvelices2007-01-112-102/+74
| | | | | | | | | | | | comments.php improvements: - no more double sql escaping on author & keyword (once in common.inc.php and once in comments.php) - now can search comment content on all special char ( ', ", <, >, & ) - author & keyword are correctly redisplayed in browser when they are MySql escaped git-svn-id: http://piwigo.org/svn/trunk@1716 68402e56-0260-453c-a942-63ccdbb3a9ee
* Undo Revision: 1711 for filter.inc.php & config_default.php.rub2007-01-112-68/+81
| | | | | | | | | | Restore last comportment. admin page on config_default.php is normal. But keep remove unused/forgotten code and best save data. git-svn-id: http://piwigo.org/svn/trunk@1715 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
* To solve a background issue in plugin perspective class="content" has been ↵vdigital2007-01-113-3/+3
| | | | | | | | introduced and now it is spread to other distributed themes. Don't be surprised by #content and .content they are different. git-svn-id: http://piwigo.org/svn/trunk@1713 68402e56-0260-453c-a942-63ccdbb3a9ee
* - better code in filter.inc.php (remove unused code + filter is not resetedrvelices2007-01-117-202/+180
| | | | | | | | | when going to an unfiltered page) - removed unnecessary filtered pages from config_default (especially admin !!!) - removed flat recent category icon from irrelevant pages - mysterious code comment appeared in picture.php git-svn-id: http://piwigo.org/svn/trunk@1711 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin Advices now is p0w0 compliant (other themes as well coming).vdigital2007-01-105-6/+43
| | | | | | | | 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
* Bug 615 : (Draft version to solve it) obtain a better display related to new ↵vdigital2007-01-103-9/+15
| | | | | | | | categories within category management. Languages have to be modified, and maybe a test has to be included but it already works like this. git-svn-id: http://piwigo.org/svn/trunk@1708 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix for IE 7 bug on thumbnail bordersvdigital2007-01-092-0/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@1707 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-0912-200/+150
| | | | 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-0914-69/+336
| | | | | | | | | | Change name of news triggers. Replace & by &amp; 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
* feature 606: search engine spider restrictions (meta robots)rvelices2007-01-097-28/+67
| | | | git-svn-id: http://piwigo.org/svn/trunk@1703 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 0000601: Filter all public pages with only recent elementsrub2007-01-081-1/+1
| | | | | | | | | Fix following problem: - if an image appears in several categories (virtual ones) - if you click on that image (the thumbnail) - i have several php warnings/errors and nothing is displayed git-svn-id: http://piwigo.org/svn/trunk@1701 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature Issue ID 0000496: Integrate MOD add_index on PWG with plugin.lang.phprub2007-01-081-1/+1
| | | | | | Missing state 'active' to check direct access plugin page. git-svn-id: http://piwigo.org/svn/trunk@1700 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature Issue ID 0000496: Integrate MOD add_index on PWG with plugin.lang.phprub2007-01-0834-40/+929
| | | | | | | | | | | | | | | | | | 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
* Web service first version.rvelices2007-01-0610-0/+4247
| | | | git-svn-id: http://piwigo.org/svn/trunk@1698 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
* Fixed: HTML vulnerability (Cross Site Scripting)rub2007-01-032-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@1696 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
* git-svn-id: http://piwigo.org/svn/trunk@1693 ↵vdigital2007-01-037-0/+334
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000529 Re-Fixed.rub2007-01-021-2/+1
| | | | | | | | $_SERVER["SCRIPT_FILENAME"] not treated (only $_SERVER['SCRIPT_FILENAME'] was treated) Merge branch-1_6 1690:1691 into BSF git-svn-id: http://piwigo.org/svn/trunk@1692 68402e56-0260-453c-a942-63ccdbb3a9ee