aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Install process now looks like goto/roma.patdenice2008-10-1513-326/+243
| | | | | | | | - 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/trunk@2747 68402e56-0260-453c-a942-63ccdbb3a9ee
* Neuronal correction... Buttons colors and comment list bullets.[merge]vdigital2008-10-152-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@2746 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. git-svn-id: http://piwigo.org/svn/trunk@2743 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000893: 404 errors on ↵rub2008-10-152-26/+2
| | | | | | | | template-common/lib/ui/i18n/ui.datepicker-en.js Revert commit 2739 git-svn-id: http://piwigo.org/svn/trunk@2742 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge r2740 from branch 2.0 to trunkrvelices2008-10-154-6/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@2741 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000893: 404 errors on ↵rub2008-10-142-2/+26
| | | | | | | | | | template-common/lib/ui/i18n/ui.datepicker-en.js Proposition of fix. Waiting validation before merge to branch 2.0 git-svn-id: http://piwigo.org/svn/trunk@2739 68402e56-0260-453c-a942-63ccdbb3a9ee
* resolved mergevdigital2008-10-141-3/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@2738 68402e56-0260-453c-a942-63ccdbb3a9ee
* Stripy buttons have been reviewed.vdigital2008-10-142-9/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@2735 68402e56-0260-453c-a942-63ccdbb3a9ee
* Dutch language pack for LocalFiles Editor.patdenice2008-10-122-0/+85
| | | | git-svn-id: http://piwigo.org/svn/trunk@2726 68402e56-0260-453c-a942-63ccdbb3a9ee
* version management: trunk codename changes to Colibri, see topic:13884.plegall2008-10-122-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2725 68402e56-0260-453c-a942-63ccdbb3a9ee
* jQuery autosize:rub2008-10-113-0/+25
| | | | | | | Prepare public section in order to use autosize on version after butterfly git-svn-id: http://piwigo.org/svn/trunk@2721 68402e56-0260-453c-a942-63ccdbb3a9ee
* jQuery Datepicker:rub2008-10-119-17/+83
| | | | | | | | | Readd resize for list of categories Use include for double select list git-svn-id: http://piwigo.org/svn/trunk@2718 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Remove known_template function.patdenice2008-10-112-35/+13
| | | | | | - Replace it by a modifier function: get_extent. git-svn-id: http://piwigo.org/svn/trunk@2716 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/trunk@2715 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Add known_template function (maybe we can change function name).patdenice2008-10-114-25/+66
| | | | | | - Template extensions are working with menubar blocks templates. git-svn-id: http://piwigo.org/svn/trunk@2712 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Move filter button back to menubar_categories.tpl.patdenice2008-10-1113-9/+490
| | | | | | - Add dutch plugins language. git-svn-id: http://piwigo.org/svn/trunk@2710 68402e56-0260-453c-a942-63ccdbb3a9ee
* update ESddtddt2008-10-111-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@2708 68402e56-0260-453c-a942-63ccdbb3a9ee
* Comments page review.vdigital2008-10-104-36/+40
| | | | git-svn-id: http://piwigo.org/svn/trunk@2706 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 git-svn-id: http://piwigo.org/svn/trunk@2704 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
* Corrective change to svn:2674vdigital2008-10-091-1/+1
| | | | | | | | (Add ids to textarea (for future use with TinyMCE plugin).) id="content" is already used on many pages and a css rule is applied on. So new id is id="contentid". git-svn-id: http://piwigo.org/svn/trunk@2695 68402e56-0260-453c-a942-63ccdbb3a9ee
* Sylvia theme: vdigital2008-10-094-6/+6
| | | | | | | | | | - Slideshow icon left margin 7% - Missing Pause icon. - Missing Rating stars icons. Roma: - Adjust line-height to avoid truncated line in plugin menu scroll zone git-svn-id: http://piwigo.org/svn/trunk@2694 68402e56-0260-453c-a942-63ccdbb3a9ee
* CSS Conformity (1 of n)vdigital2008-10-082-3/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@2693 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin side icons for gotovdigital2008-10-083-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2692 68402e56-0260-453c-a942-63ccdbb3a9ee
* Gallery side icons for Sylviavdigital2008-10-0818-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2691 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add id to date controls in order to prepare Datepickerrub2008-10-081-8/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@2690 68402e56-0260-453c-a942-63ccdbb3a9ee
* Upload file is out of Graphic charter (Too complex to do currently).vdigital2008-10-081-2/+2
| | | | | | It may come later by a template extension. git-svn-id: http://piwigo.org/svn/trunk@2689 68402e56-0260-453c-a942-63ccdbb3a9ee
* .gif rating stars in Sylvia themevdigital2008-10-081-2/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2688 68402e56-0260-453c-a942-63ccdbb3a9ee
* AAM languages ESddtddt2008-10-080-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2687 68402e56-0260-453c-a942-63ccdbb3a9ee
* update plugin ESddtddt2008-10-082-12/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@2686 68402e56-0260-453c-a942-63ccdbb3a9ee
* Updated admin.lang.php ddtddt2008-10-083-3/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@2685 68402e56-0260-453c-a942-63ccdbb3a9ee
* jQuery Datepicker:rub2008-10-081-13/+68
| | | | | | | | | | | improve disabled elements on day and month lits (disable day for short months) (disable day and month for double selection) git-svn-id: http://piwigo.org/svn/trunk@2684 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 889 added: pwg.images.exist check the existence of a photo in theplegall2008-10-073-0/+67
| | | | | | | database based on its md5sum. (avoid failing on pwg.images.add). git-svn-id: http://piwigo.org/svn/trunk@2683 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add space between icons in Category Managementvdigital2008-10-071-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2682 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change 1.7 to Butterflyrub2008-10-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2681 68402e56-0260-453c-a942-63ccdbb3a9ee
* jQuery Datepicker:rub2008-10-075-28/+40
| | | | | | | o use id for selector o check radio button on change date git-svn-id: http://piwigo.org/svn/trunk@2680 68402e56-0260-453c-a942-63ccdbb3a9ee
* - forgotten images in commit 2674.patdenice2008-10-063-1/+1
| | | | | | - small correction in cat_modify.tpl. git-svn-id: http://piwigo.org/svn/trunk@2679 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 884 added: ability to delete photos uploaded via web API methodplegall2008-10-065-1/+175
| | | | | | | | pwg.images.add, ie without storage_category_id. pLoader uses this method and photos cannot be removed in any other way. git-svn-id: http://piwigo.org/svn/trunk@2678 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some icons (Thanks to Stripy).vdigital2008-10-0612-26/+19
| | | | | | | | Small cleanup in goto/picture.css (More must come later). Notification and help pages have been reviewed. Swap rating stars in Sylvia. git-svn-id: http://piwigo.org/svn/trunk@2677 68402e56-0260-453c-a942-63ccdbb3a9ee
* Move datepicker.css to template-common.rub2008-10-062-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2676 68402e56-0260-453c-a942-63ccdbb3a9ee
* Move jQuery Datepicker customization to default goto css.rub2008-10-062-2/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@2675 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Don't show "home" twice on picture navbar if category is not set.patdenice2008-10-065-7/+7
| | | | | | | - Add ids to textarea (for future use with TinyMCE plugin). - Enlarge cat_bottom-right.gif and cat_top-right.gif to 1200px. git-svn-id: http://piwigo.org/svn/trunk@2674 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add hand cursor on calendar button.rub2008-10-061-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2673 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 888 fixed: pwg.images.add updates the associated categories so that aplegall2008-10-051-1/+3
| | | | | | | category doesn't remain without representant while containing photos. git-svn-id: http://piwigo.org/svn/trunk@2672 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove "..." button witch appears on calendar button.rub2008-10-052-3/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@2671 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 885 added: pwg.images.add web API method now supports additionalplegall2008-10-053-5/+50
| | | | | | | high resolution format. git-svn-id: http://piwigo.org/svn/trunk@2670 68402e56-0260-453c-a942-63ccdbb3a9ee
* Adapt plugin add_index with smartyrub2008-10-052-14/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@2669 68402e56-0260-453c-a942-63ccdbb3a9ee