aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature 3001: new link "add photos" on album edition page. Patch by msakikplegall2013-11-191-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@25593 68402e56-0260-453c-a942-63ccdbb3a9ee
* english lang correction (forgot template)rvelices2013-11-191-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@25570 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: replace "Interface theme" by "Theme".plegall2013-11-182-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@25549 68402e56-0260-453c-a942-63ccdbb3a9ee
* - ws users/groups/perms returns int instead of strings for idsrvelices2013-11-181-1/+2
| | | | | | | - fix ws permissions getList (sometimes got objects sometimes arrays) - users_list data table uses POST (avoid extra lengthy urls) git-svn-id: http://piwigo.org/svn/trunk@25545 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: add new language strings for the new user manager.plegall2013-11-162-35/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@25502 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: nb_image_page or recent_period in database will automatically ↵plegall2013-11-151-1/+1
| | | | | | take the nearest (bigger) value in the value list git-svn-id: http://piwigo.org/svn/trunk@25492 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: in user details, ability to modify recent_period and ↵plegall2013-11-151-4/+78
| | | | | | nb_image_page with sliders git-svn-id: http://piwigo.org/svn/trunk@25491 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2883: filter order_by for duplicated valuesmistic1002013-11-151-26/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@25489 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: implement "change password" and "edit username"plegall2013-11-141-6/+119
| | | | git-svn-id: http://piwigo.org/svn/trunk@25483 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: delete single user, better colors for admin dark theme.plegall2013-11-134-17/+53
| | | | git-svn-id: http://piwigo.org/svn/trunk@25479 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: new display of userDetails, manage group list in user details,plegall2013-11-131-59/+122
| | | | | | | | | display registration date in user list. work in progress, not finished yet. git-svn-id: http://piwigo.org/svn/trunk@25475 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: visual enhancement for user manager redesign. Appropriateplegall2013-11-1118-321/+404
| | | | | | | | (fontello) icons for open/close user details, appropriate colors for DataTables. git-svn-id: http://piwigo.org/svn/trunk@25457 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2890: small changes to the new design of group manager. Tab (withplegall2013-11-113-13/+46
| | | | | | | | | | icon), javascript open for "add group" form, use a "link style" for "Permissions" on each album, add icon for "Permissions" link, use same colors for "selected" items as for photos batch manager or comments manager, replace "-" by "·" and make it less visible (softer color) for user separator. git-svn-id: http://piwigo.org/svn/trunk@25449 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: add a <form> to avoid confusing input[type=radio] ↵plegall2013-11-111-2/+4
| | | | | | (enabled_high, show_nb_hits...) between users. git-svn-id: http://piwigo.org/svn/trunk@25445 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: first draft, add a complete form to edit user properties ↵plegall2013-11-083-1/+207
| | | | | | inside the DataTable. git-svn-id: http://piwigo.org/svn/trunk@25405 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2995 and feature 2997mistic1002013-11-073-219/+271
| | | | | | | | | change organization of configuration page add theme parameter on GUI change links color of dark mail theme (pink) remove main themes css files git-svn-id: http://piwigo.org/svn/trunk@25372 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2944: r25280 broke the process on batch managermistic1002013-11-031-3/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@25312 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2976: pwg.users.delete requires pwg_tokenplegall2013-11-011-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@25282 68402e56-0260-453c-a942-63ccdbb3a9ee
* initialization issue in add_album.inc.tpl if there is no albumsmistic1002013-11-011-5/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@25280 68402e56-0260-453c-a942-63ccdbb3a9ee
* syntax errorplegall2013-11-011-2/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@25279 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668, user manager redesign: ability to add a new user (call to ↵plegall2013-10-301-13/+105
| | | | | | | | | pwg.users.add through AJAX) Move the "send connection settings" code to function register_user (avoid code duplication). git-svn-id: http://piwigo.org/svn/trunk@25237 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668: implement all remaining actions (all using the new version of ↵plegall2013-10-281-5/+38
| | | | | | pwg.users.setInfo with multiple user_id) git-svn-id: http://piwigo.org/svn/trunk@25198 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1668, in progress: redesign user manager (jQuery datatables, AJAX calls)plegall2013-10-282-239/+394
| | | | git-svn-id: http://piwigo.org/svn/trunk@25194 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2920: reuse "nb pending comments" calculation in admin/intro.plegall2013-10-222-4/+4
| | | | | | | add missing CSS code in r25084 git-svn-id: http://piwigo.org/svn/trunk@25085 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2920 added: change admin screen "pending comments" to "all comments".plegall2013-10-222-4/+9
| | | | | | | | | Now the administrator can filter on "all" or "pending" with a single click. In the admin menu, we display the number of pending comments. git-svn-id: http://piwigo.org/svn/trunk@25084 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2978: remove useless sprintf in the coremistic1002013-10-1912-41/+41
| | | | git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2968 added: Add link to "edit this album" when managung sub-albums. ↵plegall2013-10-181-0/+1
| | | | | | Patch by msakik. git-svn-id: http://piwigo.org/svn/trunk@24985 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r24982 from branch 2.5 to trunkplegall2013-10-181-9/+2
| | | | | | | | | | bug 2967 fixed: avoid display changes when album list is long to load. Replace input text for position to input hidden. It was a fallback when javascript is deactivated, but nowadays Piwigo administration can't work without javascript. git-svn-id: http://piwigo.org/svn/trunk@24983 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2975 fixed: remove useless "," at the end of arrays, because it breaks ↵plegall2013-10-182-2/+2
| | | | | | Internet Explorer 7 :-/ git-svn-id: http://piwigo.org/svn/trunk@24980 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove tests from svn:23746mistic1002013-10-101-9/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@24836 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2944 Performance issues when creating an albummistic1002013-07-141-1/+1
| | | | | | prepend new <option> instead of append git-svn-id: http://piwigo.org/svn/trunk@23952 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2944 Performance issues when creating an album mistic1002013-07-141-60/+49
| | | | git-svn-id: http://piwigo.org/svn/trunk@23944 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2808flop252013-07-021-2/+10
| | | | | | add "Your Favorites" to the filters of the Batch Manager git-svn-id: http://piwigo.org/svn/trunk@23746 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2840flop252013-06-281-2/+12
| | | | | | | disable the "resize after upload" options if gd 1 lang key added git-svn-id: http://piwigo.org/svn/trunk@23643 68402e56-0260-453c-a942-63ccdbb3a9ee
* indent with spaces, not tabsplegall2013-06-251-10/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@23532 68402e56-0260-453c-a942-63ccdbb3a9ee
* use |translate and |sprintf instead of pwg->l10n ...rvelices2013-06-252-30/+30
| | | | git-svn-id: http://piwigo.org/svn/trunk@23526 68402e56-0260-453c-a942-63ccdbb3a9ee
* indent with spaces, not tabsplegall2013-06-241-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@23521 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2932: Smarty error in templates configurationrvelices2013-06-241-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@23520 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2885: forgotten jQuery(document).readyplegall2013-06-241-38/+40
| | | | git-svn-id: http://piwigo.org/svn/trunk@23497 68402e56-0260-453c-a942-63ccdbb3a9ee
* change lang key (email -> Email) and moved it to common from admin (used in ↵rvelices2013-06-241-1/+1
| | | | | | comment add) git-svn-id: http://piwigo.org/svn/trunk@23496 68402e56-0260-453c-a942-63ccdbb3a9ee
* Smarty3 added 'translate_dec' compilermodifier (generated code is a lot ↵rvelices2013-06-231-1/+1
| | | | | | better than $pwg->l10n_dec) git-svn-id: http://piwigo.org/svn/trunk@23476 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2855flop252013-06-211-1/+1
| | | | | | | | check "Apply to sub" checkbox if $conf inheritance_by_default is true add admins to the users granted optimizations git-svn-id: http://piwigo.org/svn/trunk@23430 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2916mistic1002013-06-2118-32/+49
| | | | | | modify .showIcon class to be used with fontello (icon-info-circled-1) git-svn-id: http://piwigo.org/svn/trunk@23426 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2858: Smarty3 fix php warnings, concat, used modifier on arrayrvelices2013-06-211-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@23425 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916: add icons on album listplegall2013-06-201-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@23394 68402e56-0260-453c-a942-63ccdbb3a9ee
* smarty 3 - first pass for tests rvelices2013-06-201-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@23384 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916 (admin icons):plegall2013-06-1915-52/+219
| | | | | | | | | | | | | | * all level 2 admin menus have an icon * bigger right-margin (0.5em instead of 0.2em) on #menubar dd icons * many tabs get an icon (list plugins/themes/languages, update, add; add photos, history) Specific changes on "roma" (dark admin theme) * menu icons in grey #666 * no text-decoration on icons git-svn-id: http://piwigo.org/svn/trunk@23382 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916: font iconsplegall2013-06-1813-51/+203
| | | | | | | | | | | | | | | | | | * new icon for users * icon for Batch Manager * icon for Synchronize * icon for Site Manager * new icon for History * new icon for Maintenance * icon for Updates * icon for Options * icon for Menus * icon for Templates * new icon for Languages * icon for Themes git-svn-id: http://piwigo.org/svn/trunk@23357 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916: slightly bigger icons for level 1 admin menubarplegall2013-06-181-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@23356 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2927 Update TokenInput to 1.6.1/mistic100mistic1002013-06-165-28/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@23275 68402e56-0260-453c-a942-63ccdbb3a9ee