aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-21- Move upgrade.tpl to admin template.patdenice1-0/+44
- 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/trunk@2787 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-19Merging revisions 2773-2776vdigital5-0/+30
- Default template and Piwigo domain ... - No metadata synchronization icon on a remote picture (Synchro failure) - Jump to category icon is removed on user forbidden categories (previously check_restrictions was leading administrators to the access denied page). git-svn-id: http://piwigo.org/svn/trunk@2777 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-17Last icons received from Stripy[merge]vdigital6-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2767 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-16Some Input text have been enlarged in Admin (class="large")vdigital5-9/+10
Bullet points removed on comments in picture page. (Neuronal correction...)[merge] git-svn-id: http://piwigo.org/svn/trunk@2761 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-15- change mysql_escape_string function (deprecated) by mysql_real_escape_string.patdenice4-11/+4
- Correction on install.tpl (link color). git-svn-id: http://piwigo.org/svn/trunk@2752 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-15- Install process now looks like goto/roma.patdenice2-2/+154
- 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
2008-10-15Neuronal correction... Buttons colors and comment list bullets.[merge]vdigital1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@2746 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-15Resolved issue 0000893: 404 errors on ↵rub1-1/+7
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
2008-10-15Resolved issue 0000893: 404 errors on ↵rub1-13/+1
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
2008-10-14Resolved issue 0000893: 404 errors on ↵rub1-1/+13
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
2008-10-14Stripy buttons have been reviewed.vdigital1-8/+12
git-svn-id: http://piwigo.org/svn/trunk@2735 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-11jQuery Datepicker:rub7-16/+53
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
2008-10-11- Add known_template function (maybe we can change function name).patdenice1-23/+29
- Template extensions are working with menubar blocks templates. git-svn-id: http://piwigo.org/svn/trunk@2712 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-10jQuery Datepicker:rub1-182/+5
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
2008-10-10- If there is not new plugins to check, we don't get any more error message.patdenice2-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
2008-10-09Sylvia theme: vdigital1-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
2008-10-08Admin side icons for gotovdigital3-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2692 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-08jQuery Datepicker:rub1-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
2008-10-07Add space between icons in Category Managementvdigital1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@2682 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-07jQuery Datepicker:rub5-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
2008-10-06- forgotten images in commit 2674.patdenice1-1/+1
- small correction in cat_modify.tpl. git-svn-id: http://piwigo.org/svn/trunk@2679 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-06feature 884 added: ability to delete photos uploaded via web API methodplegall3-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
2008-10-06Some icons (Thanks to Stripy).vdigital3-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
2008-10-06Move datepicker.css to template-common.rub2-215/+1
git-svn-id: http://piwigo.org/svn/trunk@2676 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-06Move jQuery Datepicker customization to default goto css.rub2-2/+6
git-svn-id: http://piwigo.org/svn/trunk@2675 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-06- Don't show "home" twice on picture navbar if category is not set.patdenice3-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
2008-10-06Add hand cursor on calendar button.rub1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@2673 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-05Remove "..." button witch appears on calendar button.rub2-3/+4
git-svn-id: http://piwigo.org/svn/trunk@2671 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-05Datepicker is chartered.vdigital1-0/+9
git-svn-id: http://piwigo.org/svn/trunk@2667 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-05Admin side icons for goto (remove unused and restored ranks)vdigital2-0/+0
git-svn-id: http://piwigo.org/svn/trunk@2666 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-05Move datepicker.css from theme to template.rub2-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2663 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-041 - selected_admin_menu function is externalized.vdigital2-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
2008-10-04- Correct display bug of quick local synchro in IE7.patdenice2-7/+9
- Translate this button. git-svn-id: http://piwigo.org/svn/trunk@2658 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-04- don't display empty <ul> if no plugins to display in specials admin menu.patdenice2-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
2008-10-04Admin side icons for goto template (Some are missing, older icons are there).vdigital26-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2654 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-04- 883: category status wasn't saved.patdenice2-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
2008-10-04Add explicit error message in plugins tab if allow_url_fopen is disabled.patdenice2-2/+10
git-svn-id: http://piwigo.org/svn/trunk@2652 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-04Use directly $lang_info on tpl files.rub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2651 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-03- decrease padding on table2 TD (20px left+20 px right=40px per column lost ↵rvelices1-226/+152
was too much - remove unused rules git-svn-id: http://piwigo.org/svn/trunk@2649 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-03- Plugins manager now use PEM API.patdenice6-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
2008-10-03bug fixed: remove useless mysql_real_escape because web api already processplegall1-2/+0
all input parameters. git-svn-id: http://piwigo.org/svn/trunk@2646 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-03- Add set_extents function in template class.patdenice1-0/+1
- 752: add trigger (for flipflip). git-svn-id: http://piwigo.org/svn/trunk@2643 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-02use "include file" for grow textrub6-40/+8
git-svn-id: http://piwigo.org/svn/trunk@2641 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-02Identification menu was broken.vdigital1-2/+2
Links are bordered on over except admin menu. git-svn-id: http://piwigo.org/svn/trunk@2640 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-02Purpose of datepicker with jQuery.rub1-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
2008-10-01Purpose of datepicker with jQuery.rub1-3/+3
Use {html_head} year are empty not 0. git-svn-id: http://piwigo.org/svn/trunk@2635 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-01feature 874 added: new Web API method pwg.tags.add.plegall1-0/+45
git-svn-id: http://piwigo.org/svn/trunk@2634 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-01Purpose of datepicker with jQuery.rub2-0/+214
Missing 2 new files! Sorry! git-svn-id: http://piwigo.org/svn/trunk@2633 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-01Purpose of datepicker with jQuery.rub5-0/+162
I will open a french topic on forum to debate of implementation and possibles changes. git-svn-id: http://piwigo.org/svn/trunk@2632 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-01Add icons for plugins actions.patdenice15-62/+86
git-svn-id: http://piwigo.org/svn/trunk@2631 68402e56-0260-453c-a942-63ccdbb3a9ee