aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge -c2863 from trunk to branch 2.0patdenice2008-11-121-0/+1
| | | | | | | - Remove advises of file removal at the end of install/upgrade. - Automatic change mysql.inc.php if file is writable, else purpose manual change to user. git-svn-id: http://piwigo.org/svn/branches/2.0@2864 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2838 from trunk to branch 2.0patdenice2008-11-071-3/+8
| | | | | | | | - improve 1.3.1 upgrade (automatic write in mysql.inc.php). - translate 1.3.1 upgrade informations messages. - security fix in upgrade login. git-svn-id: http://piwigo.org/svn/branches/2.0@2839 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2836 from trunk to branch 2.0patdenice2008-11-063-5052/+2823
| | | | | | | | | | - Webmaster or administrator can login to run upgrade. - Inserting upgrade line in mysql.inc.php still work. - Convert espagnol upgrade file to utf8. - Minor changes in upgrade processus. - Remove all comments in pclzip.lib.php. git-svn-id: http://piwigo.org/svn/branches/2.0@2837 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2819 from trunk to branch 2.0patdenice2008-11-033-38/+63
| | | | | | | - Add roma theme to upgrade page. - Upgrade translation. git-svn-id: http://piwigo.org/svn/branches/2.0@2820 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2815 from trunk to branch 2.0patdenice2008-11-011-0/+46
| | | | | | | | - bugs correction in upgrade_1.7.0.php. - only non-standard plugins are deactivated during upgrade. git-svn-id: http://piwigo.org/svn/branches/2.0@2816 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor: capitalization is limited to first-letter.vdigital2008-10-251-1/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2804 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from trunk 2787:patdenice2008-10-211-0/+44
| | | | | | | | - 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
* 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
* Last icons received from Stripyvdigital2008-10-176-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2766 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some Input text have been enlarged in Admin (class="large")vdigital2008-10-165-9/+10
| | | | | | Bullet points removed on comments in picture page. git-svn-id: http://piwigo.org/svn/branches/2.0@2760 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from trunk 2752:patdenice2008-10-154-11/+4
| | | | | | | - 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
* Merge from trunk 2747:patdenice2008-10-152-2/+154
| | | | | | | | | | - 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-151-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2745 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000893: 404 errors on ↵rub2008-10-151-1/+7
| | | | | | | | | | 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
* Stripy buttons have been reviewed.vdigital2008-10-141-8/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/2.0@2736 68402e56-0260-453c-a942-63ccdbb3a9ee
* jQuery Datepicker:rub2008-10-117-16/+53
| | | | | | | | | 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 2712:patdenice2008-10-111-23/+29
| | | | | | | - 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
* jQuery Datepicker:rub2008-10-101-182/+5
| | | | | | | | | 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
* - If there is not new plugins to check, we don't get any more error message.patdenice2008-10-102-4/+9
| | | | | | - small corrections in configuration.html and cat_modify.tpl. git-svn-id: http://piwigo.org/svn/trunk@2701 68402e56-0260-453c-a942-63ccdbb3a9ee
* Sylvia theme: vdigital2008-10-091-4/+3
| | | | | | | | | | - 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
* Admin side icons for gotovdigital2008-10-083-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2692 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
* 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
* 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-061-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-063-1/+165
| | | | | | | | 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-063-22/+2
| | | | | | | | 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-215/+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-063-4/+4
| | | | | | | - 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
* 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
* Datepicker is chartered.vdigital2008-10-051-0/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@2667 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin side icons for goto (remove unused and restored ranks)vdigital2008-10-052-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2666 68402e56-0260-453c-a942-63ccdbb3a9ee
* Move datepicker.css from theme to template.rub2008-10-052-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2663 68402e56-0260-453c-a942-63ccdbb3a9ee
* 1 - selected_admin_menu function is externalized.vdigital2008-10-042-49/+58
| | | | | | 2 - Plugin can force accordion to be stable by adding &amp;plgmenu in their plugin url git-svn-id: http://piwigo.org/svn/trunk@2662 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Correct display bug of quick local synchro in IE7.patdenice2008-10-042-7/+9
| | | | | | - Translate this button. git-svn-id: http://piwigo.org/svn/trunk@2658 68402e56-0260-453c-a942-63ccdbb3a9ee
* - don't display empty <ul> if no plugins to display in specials admin menu.patdenice2008-10-042-3/+13
| | | | | | | - correction in plugins_list.tpl if plugins missing. - filter icon is displayed inside <dt> tags. git-svn-id: http://piwigo.org/svn/trunk@2656 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin side icons for goto template (Some are missing, older icons are there).vdigital2008-10-0426-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2654 68402e56-0260-453c-a942-63ccdbb3a9ee
* - 883: category status wasn't saved.patdenice2008-10-042-6/+4
| | | | | | - 870, 877, 878: growfield plugins send wrong value when empty textarea. Now use another plugin for autogrow. git-svn-id: http://piwigo.org/svn/trunk@2653 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add explicit error message in plugins tab if allow_url_fopen is disabled.patdenice2008-10-042-2/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@2652 68402e56-0260-453c-a942-63ccdbb3a9ee
* Use directly $lang_info on tpl files.rub2008-10-041-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2651 68402e56-0260-453c-a942-63ccdbb3a9ee
* - decrease padding on table2 TD (20px left+20 px right=40px per column lost ↵rvelices2008-10-031-226/+152
| | | | | | | | was too much - remove unused rules git-svn-id: http://piwigo.org/svn/trunk@2649 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Plugins manager now use PEM API.patdenice2008-10-036-90/+121
| | | | | | | - WARNING! Need to change PEM_URL constant and utf8 encoding when PEM will be updated. - Bug in roma/themeconf.inc.php: accordion menu wasn't selected in plugins_new et plugins_update tabs. git-svn-id: http://piwigo.org/svn/trunk@2647 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: remove useless mysql_real_escape because web api already processplegall2008-10-031-2/+0
| | | | | | | all input parameters. git-svn-id: http://piwigo.org/svn/trunk@2646 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Add set_extents function in template class.patdenice2008-10-031-0/+1
| | | | | | - 752: add trigger (for flipflip). git-svn-id: http://piwigo.org/svn/trunk@2643 68402e56-0260-453c-a942-63ccdbb3a9ee
* use "include file" for grow textrub2008-10-026-40/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@2641 68402e56-0260-453c-a942-63ccdbb3a9ee
* Identification menu was broken.vdigital2008-10-021-2/+2
| | | | | | Links are bordered on over except admin menu. git-svn-id: http://piwigo.org/svn/trunk@2640 68402e56-0260-453c-a942-63ccdbb3a9ee
* Purpose of datepicker with jQuery.rub2008-10-021-13/+17
| | | | | | | | Fix button without action (thanks to P@t for console.log). Add all known_script. Improve code. git-svn-id: http://piwigo.org/svn/trunk@2639 68402e56-0260-453c-a942-63ccdbb3a9ee