aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refer to SVN:2789 - include Admin Advices in vdigital2008-10-236-0/+66
| | | | | | | | | [34]( compiled_template_cache_language ) and [35] ( template_compile_check ) Translation is needed for German, Spanish, Italian... git-svn-id: http://piwigo.org/svn/branches/2.0@2793 68402e56-0260-453c-a942-63ccdbb3a9ee
* "remove AMM plugin grum2008-10-2240-3166/+0
| | | | | | asked in topic #p98003" git-svn-id: http://piwigo.org/svn/branches/2.0@2792 68402e56-0260-453c-a942-63ccdbb3a9ee
* "remove grum_plugins_classes-2 and AMM plugin grum2008-10-2215-2172/+0
| | | | | | asked in topic #p98003" git-svn-id: http://piwigo.org/svn/branches/2.0@2791 68402e56-0260-453c-a942-63ccdbb3a9ee
* - some german language changesrvelices2008-10-224-23/+31
| | | | | | | - added option for smarty $conf['template_compile_check'] - default true; if false smarty doesn't check if templates need recompilation resulting in less disk accesses (good when the disk is not local) - load_language doesnt check first for en_uk.utf-8 directory ... git-svn-id: http://piwigo.org/svn/branches/2.0@2789 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from trunk 2787:patdenice2008-10-214-18/+23
| | | | | | | | - Move upgrade.tpl to admin template. - Deactivate all active plugins during upgrade.php. - Update Editarea for LocalFiles Editor to version 0.7.2.3 (bonEcho compatibility) git-svn-id: http://piwigo.org/svn/branches/2.0@2788 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 897 fixed: controls added in pwg.images.add to have clear error messagesplegall2008-10-201-6/+57
| | | | | | | if permission is denied or any error occur during file write. git-svn-id: http://piwigo.org/svn/branches/2.0@2785 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updates & Correctionsriopwg2008-10-203-102/+104
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2784 68402e56-0260-453c-a942-63ccdbb3a9ee
* Lang file from iso8859 to utf8riopwg2008-10-207-109/+109
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2782 68402e56-0260-453c-a942-63ccdbb3a9ee
* 0 comment is removed (Start with 1)vdigital2008-10-192-6/+79
| | | | | | | Accurate samples/my-picture.tpl... git-svn-id: http://piwigo.org/svn/branches/2.0@2779 68402e56-0260-453c-a942-63ccdbb3a9ee
* CSS 2.1 cannot be reached (14 errors left).vdigital2008-10-193-10/+21
| | | | | | IE rule set is created (including IE hack). git-svn-id: http://piwigo.org/svn/branches/2.0@2778 68402e56-0260-453c-a942-63ccdbb3a9ee
* Jump to category icon is removed on user forbidden categories (previously ↵vdigital2008-10-194-0/+28
| | | | | | check_restrictions was leading administrators to the access denied page). git-svn-id: http://piwigo.org/svn/branches/2.0@2776 68402e56-0260-453c-a942-63ccdbb3a9ee
* No metadata synchronization icon on a remote picture (Synchro failure)vdigital2008-10-191-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2775 68402e56-0260-453c-a942-63ccdbb3a9ee
* Delfault template and Piwigo domain ...vdigital2008-10-191-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2774 68402e56-0260-453c-a942-63ccdbb3a9ee
* - php optims (small): remove/replace preg_xxx with faster simple string ↵rvelices2008-10-183-31/+25
| | | | | | functions ... git-svn-id: http://piwigo.org/svn/branches/2.0@2772 68402e56-0260-453c-a942-63ccdbb3a9ee
* - event tracer improvement: option to show all registered event handlers for ↵rvelices2008-10-183-4/+50
| | | | | | every page ... git-svn-id: http://piwigo.org/svn/branches/2.0@2771 68402e56-0260-453c-a942-63ccdbb3a9ee
* - added an image sort order by privacy level (admins only)rvelices2008-10-183-9/+10
| | | | | | - fix an IE6 display issue with quick search on index page git-svn-id: http://piwigo.org/svn/branches/2.0@2769 68402e56-0260-453c-a942-63ccdbb3a9ee
* Last icons received from Stripyvdigital2008-10-1711-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2766 68402e56-0260-453c-a942-63ccdbb3a9ee
* - mysql potential injection paranoia + code compaction in common.inc.phprvelices2008-10-172-56/+15
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2765 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some Input text have been enlarged in Admin (class="large")vdigital2008-10-166-9/+12
| | | | | | Bullet points removed on comments in picture page. git-svn-id: http://piwigo.org/svn/branches/2.0@2760 68402e56-0260-453c-a942-63ccdbb3a9ee
* - picture nav buttons use the get_extent modifierrvelices2008-10-169-12/+5
| | | | | | | | - comments title on picture page is singular/plural language sensitive - improved P@t commit (no double home display on picture nav bar) so that it works with my site git-svn-id: http://piwigo.org/svn/branches/2.0@2758 68402e56-0260-453c-a942-63ccdbb3a9ee
* - security paranoia: protect session/remember me cookies from XSS attacks ↵rvelices2008-10-164-28/+40
| | | | | | (works only if php>=5.2 and with IE/FF maybe others) git-svn-id: http://piwigo.org/svn/branches/2.0@2756 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix vulnerability http://www.milw0rm.com/exploits/6755rvelices2008-10-162-5/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2755 68402e56-0260-453c-a942-63ccdbb3a9ee
* new: upgrade script from 1.7.0. Instead of previous upgrade scripts, I callplegall2008-10-153-37/+125
| | | | | | | | | directly the "unit" upgrades from 61 to current. Previous upgrades not in the database are inserted but not applied (and have an explicit description saying so). git-svn-id: http://piwigo.org/svn/branches/2.0@2754 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from trunk 2752:patdenice2008-10-157-15/+8
| | | | | | | - change mysql_escape_string function (deprecated) by mysql_real_escape_string. - Correction on install.tpl (link color). git-svn-id: http://piwigo.org/svn/branches/2.0@2753 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 894 : Missing slash at the end of URLlaurent.duretz2008-10-151-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2750 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from trunk 2747:patdenice2008-10-1513-326/+243
| | | | | | | | | | - Install process now looks like goto/roma. - Move install.tpl to goto template. - add charset utf8 to fatal error function. - Check php version on install and upgrade, and die if < 5. git-svn-id: http://piwigo.org/svn/branches/2.0@2748 68402e56-0260-453c-a942-63ccdbb3a9ee
* Neuronal correction... Buttons colors and comment list bullets.vdigital2008-10-152-5/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2745 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000893: 404 errors on ↵rub2008-10-152-2/+14
| | | | | | | | | | template-common/lib/ui/i18n/ui.datepicker-en.js New implementation. Merge trunk 2720:2721 into branch 2.0 git-svn-id: http://piwigo.org/svn/branches/2.0@2744 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix broken plain text mails (end of header.tpl must have one empty line to ↵rvelices2008-10-154-6/+7
| | | | | | | | | separate from mime headers) - fix position of flat button (recent commit changed html structure) - increase font size from 80% to 90% for thumb legends (somehow the shown text is a lot smaller than 1.7) git-svn-id: http://piwigo.org/svn/branches/2.0@2740 68402e56-0260-453c-a942-63ccdbb3a9ee
* ========= removedvdigital2008-10-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2737 68402e56-0260-453c-a942-63ccdbb3a9ee
* Stripy buttons have been reviewed.vdigital2008-10-142-9/+17
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2736 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove of Swift Theme Creator from the branch (kept in trunk currently).vdigital2008-10-1321-1913/+0
| | | | | | All functions were not available. git-svn-id: http://piwigo.org/svn/branches/2.0@2732 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from trunk 2726:patdenice2008-10-122-0/+85
| | | | | | Dutch language pack for LocalFiles Editor. git-svn-id: http://piwigo.org/svn/branches/2.0@2727 68402e56-0260-453c-a942-63ccdbb3a9ee
* version management: the Piwigo version changes to 2.0 instead of Butterflyplegall2008-10-122-2/+2
| | | | | | | which was its codename on trunk. git-svn-id: http://piwigo.org/svn/branches/2.0@2724 68402e56-0260-453c-a942-63ccdbb3a9ee
* jQuery autosize:rub2008-10-113-0/+25
| | | | | | | | | Prepare public section in order to use autosize on version after butterfly Merge trunk 2720:2721 into branch 2.0 git-svn-id: http://piwigo.org/svn/branches/2.0@2723 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 892 added: pwg.images.setInfo added so that once we have discoveredplegall2008-10-113-82/+219
| | | | | | | | the photo was already in the database (thanks to pwg.images.exist), we can only set the photo metadata. git-svn-id: http://piwigo.org/svn/branches/2.0@2722 68402e56-0260-453c-a942-63ccdbb3a9ee
* Previous change in defect.vdigital2008-10-111-3/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2720 68402e56-0260-453c-a942-63ccdbb3a9ee
* jQuery Datepicker:rub2008-10-119-17/+83
| | | | | | | | | Readd resize for list of categories Use include for double select list Merge trunk 2717:2718 into branch 2.0 git-svn-id: http://piwigo.org/svn/branches/2.0@2719 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from trunk 2716:patdenice2008-10-112-35/+13
| | | | | | | - Remove known_template function. - Replace it by a modifier function: get_extent. git-svn-id: http://piwigo.org/svn/branches/2.0@2717 68402e56-0260-453c-a942-63ccdbb3a9ee
* following commint plugin of p@tddtddt2008-10-1125-0/+2193
| | | | | | | | Add dutch language. Thank you to Eric git-svn-id: http://piwigo.org/svn/branches/2.0@2714 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from trunk 2712:patdenice2008-10-114-25/+66
| | | | | | | - 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
* Merge from 2710:patdenice2008-10-1113-9/+490
| | | | | | | - 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
* git-svn-id: http://piwigo.org/svn/branches/2.0@2709 ↵ddtddt2008-10-111-3/+3
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* Comments page review. (Merge 2706)vdigital2008-10-104-36/+40
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2707 68402e56-0260-453c-a942-63ccdbb3a9ee
* jQuery Datepicker:rub2008-10-107-185/+236
| | | | | | | | | Move code source to template-common in order to use datepicker on version after butterfly Merge trunk 2703:2704 into branch 2.0 git-svn-id: http://piwigo.org/svn/branches/2.0@2705 68402e56-0260-453c-a942-63ccdbb3a9ee
* branch 2.0 creation from trunk r2702plegall2008-10-100-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2703 68402e56-0260-453c-a942-63ccdbb3a9ee
* Move filter button to menubar.tpl.patdenice2008-10-102-6/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@2702 68402e56-0260-453c-a942-63ccdbb3a9ee
* - If there is not new plugins to check, we don't get any more error message.patdenice2008-10-107-14/+24
| | | | | | - small corrections in configuration.html and cat_modify.tpl. git-svn-id: http://piwigo.org/svn/trunk@2701 68402e56-0260-453c-a942-63ccdbb3a9ee
* - replace a preg_match with simple comparison (faster)rvelices2008-10-106-31/+22
| | | | | | | - try to get rid of some JS strict warnings in FF (hope it's fixed) - template.class.php is included from functions.inc.php instead of common,upgrade,install (maybe later I will try to see the perf impact of compacting/compiling functions.inc.php together with the included files from itself) git-svn-id: http://piwigo.org/svn/trunk@2700 68402e56-0260-453c-a942-63ccdbb3a9ee
* - removed unused var from templatervelices2008-10-093-16/+4
| | | | | | | - removed 2 unused rules from public content.css - index.php improvement (as in picture) - the log is done after sending first output to client git-svn-id: http://piwigo.org/svn/trunk@2699 68402e56-0260-453c-a942-63ccdbb3a9ee