aboutsummaryrefslogtreecommitdiffstats
path: root/themes (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-16[smartpocket] Update vi_VN, thanks to : dummyPiwigo-TranslationTeam2-0/+35
git-svn-id: http://piwigo.org/svn/trunk@26776 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16[smartpocket] Update mn_MN, thanks to : UlziiPiwigo-TranslationTeam2-0/+35
git-svn-id: http://piwigo.org/svn/trunk@26775 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15[smartpocket] Update it_IT, thanks to : EricnetPiwigo-TranslationTeam2-0/+35
git-svn-id: http://piwigo.org/svn/trunk@26773 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15[trunk] - themes/smartpocket - add fr_CA - Quebec - Québécois Thanks to TiOgerddtddt2-0/+37
git-svn-id: http://piwigo.org/svn/trunk@26771 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15[smartpocket] Update nl_NL, thanks to : Kees HesselsPiwigo-TranslationTeam2-0/+35
git-svn-id: http://piwigo.org/svn/trunk@26770 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15[smartpocket] Update da_DK, thanks to : KaarePiwigo-TranslationTeam2-0/+35
git-svn-id: http://piwigo.org/svn/trunk@26762 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15small fix : loading language files in public side tooflop251-0/+2
git-svn-id: http://piwigo.org/svn/trunk@26758 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15Smartpocket : language files added and tpl corrected/cleaned upflop256-71/+76
git-svn-id: http://piwigo.org/svn/trunk@26757 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11[Trunk] - theme 2.5 -> 2.6ddtddt5-5/+5
git-svn-id: http://piwigo.org/svn/trunk@26638 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11smartpocket: Thememaintain class used in maintain.inc.php-> no more issue on ↵flop252-23/+39
2.6 installation (tested) git-svn-id: http://piwigo.org/svn/trunk@26627 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11revert file mistakenly comited in 26618mistic1001-1/+4
git-svn-id: http://piwigo.org/svn/trunk@26620 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11add two triggers and user_list_backend.php and don't fail on unknown columnmistic1001-4/+1
git-svn-id: http://piwigo.org/svn/trunk@26618 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05Update headers to 2014. Happy new year!!mistic10062-67/+67
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-02[elegant] Update mn_MN, thanks to : UlziiPiwigo-TranslationTeam1-20/+25
git-svn-id: http://piwigo.org/svn/trunk@26392 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-30smartpocket :flop255-3/+15
fix logout/login msg set menu elements as collapsible and as an accordion too top menu elements blue picture centered "Thumbnails" text hidden (too big) git-svn-id: http://piwigo.org/svn/trunk@26362 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29smart pocket template small fixrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@26350 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29smart pocket new thumbnail displayrvelices5-37/+252
git-svn-id: http://piwigo.org/svn/trunk@26349 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-28[elegant] Update ja_JP, thanks to : ddtddtPiwigo-TranslationTeam1-20/+25
git-svn-id: http://piwigo.org/svn/trunk@26288 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27feature 1668: use underscore.js to template the userDetails instead ofplegall1-0/+1276
generating HTML directly in javascript. Will make work easier for plugins modifying the user profile. git-svn-id: http://piwigo.org/svn/trunk@26270 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-25[elegant] Update mn_MN, thanks to : UlziiPiwigo-TranslationTeam2-0/+34
git-svn-id: http://piwigo.org/svn/trunk@26185 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-23[elegant] changing configuration while the menu is hidden generates content ↵mistic1002-14/+3
overlap git-svn-id: http://piwigo.org/svn/trunk@26114 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-22[elegant] panes state conflict due to last changesmistic1002-5/+20
git-svn-id: http://piwigo.org/svn/trunk@26087 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-22[elegant] fix comment form width change when scrolling caused by menubar sizemistic1002-18/+20
git-svn-id: http://piwigo.org/svn/trunk@26086 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-22rewrite elegant javascript : use session storage instead of cookies, ↵mistic1001-83/+57
factorize jQuery variables, remove unecessary event handlers, wrap into anonymous function git-svn-id: http://piwigo.org/svn/trunk@26085 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-22rewrite elegant javascript : use session storage instead of cookies, ↵mistic1001-222/+165
factorize jQuery variables, remove unecessary event handlers, wrap into anonymous function git-svn-id: http://piwigo.org/svn/trunk@26084 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-20remove jquery.ui.button.css bundled in smartpocket adminmistic1001-571/+0
git-svn-id: http://piwigo.org/svn/trunk@26060 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-14[elegant] Update ja_JP, thanks to : ddtddtPiwigo-TranslationTeam2-0/+32
git-svn-id: http://piwigo.org/svn/trunk@25953 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-13revert smartpocket retina aware thumbsrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25938 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-10removed never used javascriptrvelices1-84/+0
git-svn-id: http://piwigo.org/svn/trunk@25923 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29optimized jQuery (thanks to mistic100)plegall1-7/+1
git-svn-id: http://piwigo.org/svn/trunk@25753 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29smartpocket, configuration: simpler yes/no checkboxes (with fontello icons, ↵plegall2-20/+38
same as AdminTools checkboxes) git-svn-id: http://piwigo.org/svn/trunk@25752 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29bug 3004 fixed: add jQuery Chosen icons for iPad (high pixelratio).plegall3-288/+297
update Chosen to version 1.0.0 git-svn-id: http://piwigo.org/svn/trunk@25751 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29update icons to edit album and show on mapplegall3-0/+0
git-svn-id: http://piwigo.org/svn/trunk@25750 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-28remove reminescences of pre multi size ...rvelices2-17/+5
git-svn-id: http://piwigo.org/svn/trunk@25746 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-23force color of tokeninput search fieldmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25656 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18feature 1668: replace "Interface theme" by "Theme".plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25549 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07upgrade jquery from 1.10.1 to 1.10.2rvelices2-126/+108
git-svn-id: http://piwigo.org/svn/trunk@25383 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07feature 2995 and feature 2997mistic1007-44/+4
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
2013-11-06feature 2995: New email templatemistic1003-4/+8
restore get_l10n_args removed at r25357 apply changes to NBM git-svn-id: http://piwigo.org/svn/trunk@25360 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-06feature feature 2995: New email templatemistic1002-1/+3
improve mail cache system fix font-size in Thunderbird git-svn-id: http://piwigo.org/svn/trunk@25358 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-06feature 2995: New email templatemistic1004-2/+15
rewrite pwg_mail_group() and pwg_mail_notification_admins() new function pwg_mail_admins() add complete template management in pwg_mail() TODO : font-size problem in Thunderbird git-svn-id: http://piwigo.org/svn/trunk@25357 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05feature 2965: apply new template on pwg_mail()mistic1007-48/+322
TODO : review other mail functions, configuration GUI git-svn-id: http://piwigo.org/svn/trunk@25344 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01bug 2940 fixed: remove theme_activate() and theme_delete() for Elegant, to ↵plegall1-30/+0
avoid crash on install (conflict with SmartPocket) git-svn-id: http://piwigo.org/svn/trunk@25277 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30simplified clandar bar template and css (also better alignment)rvelices4-11/+8
git-svn-id: http://piwigo.org/svn/trunk@25232 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-29[elegant] Update br_FR, thanks to : yves.kerleguerPiwigo-TranslationTeam1-20/+25
git-svn-id: http://piwigo.org/svn/trunk@25230 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28feature 1668: add DataTablesplegall19-0/+13764
git-svn-id: http://piwigo.org/svn/trunk@25197 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24[elegant] Add br_FR, thanks to : yves.kerleguerPiwigo-TranslationTeam1-0/+27
git-svn-id: http://piwigo.org/svn/trunk@25130 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-20[elegant] Add nn_NO, thanks to : kihoPiwigo-TranslationTeam1-0/+32
git-svn-id: http://piwigo.org/svn/trunk@25034 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19[elegant] Add ar_SA, thanks to : aldambiPiwigo-TranslationTeam1-0/+32
git-svn-id: http://piwigo.org/svn/trunk@25016 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18redirect page less dependent of the theme (can be called before theme loaded ↵rvelices1-6/+2
...) git-svn-id: http://piwigo.org/svn/trunk@24984 68402e56-0260-453c-a942-63ccdbb3a9ee