aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove tests from svn:23746mistic1002013-10-101-9/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@24836 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2970: Division by zero on batch manager mistic1002013-10-101-11/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@24835 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2969: Unified Batch Manager URLmistic1002013-10-106-66/+86
| | | | git-svn-id: http://piwigo.org/svn/trunk@24834 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - bug l'indentationddtddt2013-09-181-6/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@24526 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - feature:2961 Thanks to msakik for reportddtddt2013-09-181-4/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@24525 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2826 missing hardcoded PEM category id in r20449mistic1002013-08-141-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@24159 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-142-76/+50
| | | | git-svn-id: http://piwigo.org/svn/trunk@23944 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2855flop252013-07-091-1/+1
| | | | | | bug corrected (if that was a virtual album created without parent) git-svn-id: http://piwigo.org/svn/trunk@23886 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2898 make some updates methods static + factorize code from plugins, ↵mistic1002013-07-075-232/+68
| | | | | | themes & languages git-svn-id: http://piwigo.org/svn/trunk@23821 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2931: revert r23675 & r23721, make element_set_ranks.php uses ASC ↵mistic1002013-07-062-31/+23
| | | | | | keyword (+ migration task) git-svn-id: http://piwigo.org/svn/trunk@23813 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2808flop252013-07-023-2/+24
| | | | | | 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 2931: photos sort order, "default" is meaningless (was not working with ↵rvelices2013-06-301-14/+22
| | | | | | ascending order fields in admin) git-svn-id: http://piwigo.org/svn/trunk@23675 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2840flop252013-06-282-2/+14
| | | | | | | 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-213-39/+41
| | | | | | | | 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
* bug:2855flop252013-06-211-50/+72
| | | | | | | take care if no parent album, and propagate the permissions ToDo: check "Apply to sub" checkbox if $conf inheritance_by_default is true, optimizations git-svn-id: http://piwigo.org/svn/trunk@23428 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-1916-69/+236
| | | | | | | | | | | | | | * 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
* bug:2855flop252013-06-191-1/+88
| | | | | | $conf['inheritance_by_default'] applies on FTP added albums git-svn-id: http://piwigo.org/svn/trunk@23376 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
* bug:2855flop252013-06-161-1/+30
| | | | | | | new otpion "inherit" for create_virtual_category(), and $conf['inheritance_by_default'] = false; ToDo: album registred from Ftp git-svn-id: http://piwigo.org/svn/trunk@23272 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2884 Display "i" tooltip on themesmistic1002013-06-163-79/+124
| | | | | | + simplify layout (like plugins_installed) git-svn-id: http://piwigo.org/svn/trunk@23259 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2925flop252013-06-161-1/+1
| | | | | | theme_delete with less arg git-svn-id: http://piwigo.org/svn/trunk@23248 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2925flop252013-06-161-0/+9
| | | | | | new function theme_delete git-svn-id: http://piwigo.org/svn/trunk@23247 68402e56-0260-453c-a942-63ccdbb3a9ee
* Use common language strings on install.tpl and remove duplicates from ↵mistic1002013-06-141-4/+4
| | | | | | install.lang.php git-svn-id: http://piwigo.org/svn/trunk@23212 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix display of install page (when was it broken ?) + html5 doctypemistic1002013-06-141-9/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@23211 68402e56-0260-453c-a942-63ccdbb3a9ee
* no need to double render_tag_name (since my previous commit on this file)rvelices2013-06-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@23185 68402e56-0260-453c-a942-63ccdbb3a9ee
* history - merge album/tags link into a single column (table is already very ↵rvelices2013-06-112-7/+12
| | | | | | | | large and these columns are mutually exclusive - add tags link in the history table git-svn-id: http://piwigo.org/svn/trunk@23151 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2890flop252013-06-095-34/+70
| | | | | | | new layout finished: ie7 compat, dynamic, rounded corners... the 2 "Manage..." options has been deleted git-svn-id: http://piwigo.org/svn/trunk@23121 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916 symbol fonts - fix dark admin theme displayrvelices2013-06-081-17/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@23105 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2890flop252013-06-051-12/+7
| | | | | | | testing a new layout: feedbacks welcomed on the bug ticket ToDo: not hardcoded, rounded corners, remove the 2 actions git-svn-id: http://piwigo.org/svn/trunk@23062 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916 Replace raphael with symbol fonts (experimental 2 icons in ↵rvelices2013-06-051-2/+2
| | | | | | batch manager actions) git-svn-id: http://piwigo.org/svn/trunk@23055 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2916 Replace raphael with symbol fonts rvelices2013-06-0452-65/+1049
| | | | | | I added more icons than before (I think it's better as we can find links faster but that's arguable ...) git-svn-id: http://piwigo.org/svn/trunk@23029 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22978 from branch 2.5 to trunkplegall2013-05-312-0/+12
| | | | | | | | bug 2915 fixed: really disable synchronization on synchronization and site (directories) manager screens. git-svn-id: http://piwigo.org/svn/trunk@22979 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r22949 from branch 2.5 to trunkplegall2013-05-291-1/+3
| | | | | | | | | bug 2909 fixed: make sure the selection of private album is not empty before adding permission to user. The good test had been removed in r11729 git-svn-id: http://piwigo.org/svn/trunk@22950 68402e56-0260-453c-a942-63ccdbb3a9ee
* compatibility with jquery 1.9rvelices2013-05-211-9/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@22812 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2885: only display Google Map on a clickplegall2013-05-171-8/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@22715 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2901 fixed: batch manager, for "set title" and "set author" actions,plegall2013-05-161-2/+2
| | | | | | | |@escape:javascript to avoid problems with single quotes. git-svn-id: http://piwigo.org/svn/trunk@22705 68402e56-0260-453c-a942-63ccdbb3a9ee