aboutsummaryrefslogtreecommitdiffstats
path: root/themes (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-10-21bug 2775: on index page, errors/infos messages can be at the bottom with PWG ↵mistic1002-3/+13
Stuffs git-svn-id: http://piwigo.org/svn/trunk@18712 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-13bug 2772: remove "Home" from html title pages on index pagesrvelices1-4/+1
git-svn-id: http://piwigo.org/svn/trunk@18637 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-13feature 2760: allow tag exclusion in quick search rvelices1-3/+2
git-svn-id: http://piwigo.org/svn/trunk@18636 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-12feature 2771: upgrade jquery from 1.7.2 to 1.8.2 and jquery.ui from 1.8.16 ↵rvelices156-9327/+8804
to 1.9.0 Attention plugins: jquery ui effect script ids change when using combine_script because file names changed ... git-svn-id: http://piwigo.org/svn/trunk@18630 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-11upgrade cluetip version from 1.0.7 to 1.2.6rvelices1-300/+618
git-svn-id: http://piwigo.org/svn/trunk@18610 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04php optimizations:rvelices1-33/+32
- use faster [] operator instead of array_push - if tags are grouped by letter, don't add level to tags, sort etc ... git-svn-id: http://piwigo.org/svn/trunk@18455 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23feature 2614: pagination on albums mistic1001-2/+9
git-svn-id: http://piwigo.org/svn/trunk@18165 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23feature 2754: Add "Email" field for user comments + mandatory "Author" mistic1002-5/+10
git-svn-id: http://piwigo.org/svn/trunk@18164 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18merge r17978 from branch 2.4 to trunkplegall1-0/+1
bug 2748 fixed: make sure scripts.js is loaded when we need phpWGOpenWindow git-svn-id: http://piwigo.org/svn/trunk@17979 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-09feature 2721: slight improvement of "contact webmaster" link mistic1001-2/+1
git-svn-id: http://piwigo.org/svn/trunk@17496 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-03feature 2380: add URL for user comment mistic1002-2/+5
git-svn-id: http://piwigo.org/svn/trunk@17351 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01merge-r17295 from branch 2.4 feature 2708: in admin, display allowed custom ↵rvelices1-1/+1
derivatives and ability to delete them git-svn-id: http://piwigo.org/svn/trunk@17302 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25- fix smartpocket : web service calls in admin not working on iphonesrvelices1-1/+1
- removed unused func params in template git-svn-id: http://piwigo.org/svn/trunk@17021 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24fix checkbox of selected derivative on index page when a plugin overrides ↵rvelices2-3/+2
the default value (merge from 2.4 to trunk) git-svn-id: http://piwigo.org/svn/trunk@16986 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-19bug:2684flop251-0/+0
a better gif git-svn-id: http://piwigo.org/svn/trunk@16849 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17wrong name for the loop : odd/even feature working nowflop251-1/+1
git-svn-id: http://piwigo.org/svn/trunk@16801 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17bug:2688flop252-12/+13
changing padding margin... +10 px for .thumbnailCategory .description using a prefilter git-svn-id: http://piwigo.org/svn/trunk@16800 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17bug:2688flop252-2/+24
changing the padding adding a prefilter to a height for .thumbnailCategory .description .text adding rounded border git-svn-id: http://piwigo.org/svn/trunk@16799 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12public colorbox template deprecatedmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@16655 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09only load the js for the ajax loading, if one picture needs to be generatedflop254-12/+20
bug:2684 git-svn-id: http://piwigo.org/svn/trunk@16522 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08adding the loader ajax-loader-small.gif for comment_list.tpl, and ↵flop253-3/+13
ajax-loader-big.gif for picture_content.tpl bug:2684 git-svn-id: http://piwigo.org/svn/trunk@16505 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08adding the loader ajax-loader-small.gif for thumbnails.tpl & ↵flop252-2/+5
mainpage_categories.tpl bug:2684 git-svn-id: http://piwigo.org/svn/trunk@16504 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08adding a conf img_dir and a loader : ajax-loader-big.gif 128x128flop252-0/+1
bug:2684 git-svn-id: http://piwigo.org/svn/trunk@16502 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06qualify better css exceptions for ie 5-7 merge r16411 from branch 2.4 to trunkrvelices2-2/+2
git-svn-id: http://piwigo.org/svn/trunk@16412 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-21on comment_list add link to exit from comment editionmistic1001-0/+5
git-svn-id: http://piwigo.org/svn/trunk@15924 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05bug:2645 author field is kept when comment not validatedmistic1001-3/+3
git-svn-id: http://piwigo.org/svn/trunk@15570 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05multisize - avoid php warning for rotation_angle; better error logging; ↵rvelices1-4/+2
javascript avoid navigation to empty # anchor git-svn-id: http://piwigo.org/svn/trunk@15551 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-14bug fixed: move $lang['%d rate'] from admin.lang.php to common.inc.php to ↵plegall1-2/+14
display "1 rate" on picture.php when relevant adapt picture.tpl to display "1 rate" if only 1 rate, instead of "1 rates". git-svn-id: http://piwigo.org/svn/trunk@14978 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04multi size - don't fail if image metadata was not previously syncedrvelices1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@14735 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03better compressed png for whaite css spritervelices1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@14724 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30getting back changes from rev:14503flop251-0/+2
git-svn-id: http://piwigo.org/svn/trunk@14610 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-29feature 2626: add watermark preview (copied from original configuration screen)plegall1-0/+0
git-svn-id: http://piwigo.org/svn/trunk@14514 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-28correct and simplify comments displaying with Sylviamistic1001-1/+3
git-svn-id: http://piwigo.org/svn/trunk@14505 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-28correct and simplify comments displaying with Sylviamistic1001-24/+2
git-svn-id: http://piwigo.org/svn/trunk@14504 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-26feature 2587: css updateZaphod1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@14452 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24CSS corrections for :flop251-0/+17
* .contentWithMenu : on page picture, CSS sets to look similar to the index page * rev:13865 : commentsList not displayed proprely tested on ff11 IE9.0.8 Chrome18.0 Opera11.62 git-svn-id: http://piwigo.org/svn/trunk@14323 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-20feature 2588: template harmonizationZaphod10-47/+15
All templates (tags, comments etc...) have now a "Home" link at the beginning of the page title (like index.tpl), instead of a home icon. git-svn-id: http://piwigo.org/svn/trunk@14240 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-20feature 2588: new classes to help css personalization.Zaphod2-3/+3
- on mainpage_categories.tpl New classes odd & even on .thumbnailCategories LI - on thumbnails.tpl class thumbName for $thumbnail.NAME (if someone wants to hide the thumbnail name, and not the nb comments or hits) git-svn-id: http://piwigo.org/svn/trunk@14239 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-16"home url" is not always absolute with host name + html compaction - through ↵rvelices3-37/+29
removal of unused attributes, some white spaces ... git-svn-id: http://piwigo.org/svn/trunk@14180 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10- remove/comment unused cssrvelices4-15/+8
git-svn-id: http://piwigo.org/svn/trunk@14084 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09- css (removed unused, merge rules, simplified overly complicated selectors)rvelices5-41/+25
git-svn-id: http://piwigo.org/svn/trunk@14028 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09upgrade jqueryto 1.7.2rvelices2-520/+658
git-svn-id: http://piwigo.org/svn/trunk@14027 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08theme elegant: remove css rule witch block easy customisation, no side effectmistic1001-2/+0
git-svn-id: http://piwigo.org/svn/trunk@13983 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-05display the cursor as a pointer for new icons which don't have href due to ↵flop251-0/+1
the use of js git-svn-id: http://piwigo.org/svn/trunk@13918 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03- is_homepage not set for flat view/calendar modesrvelices2-15/+2
- added require jquery for some footer_script - removed unused/unnecesary css (hope I'm done for now) - if page[start] is greater than number of items than page not found (google+bing bots automatically detect patterns and increment start parameter) git-svn-id: http://piwigo.org/svn/trunk@13872 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03feature 2588: use jQuery() function instead of $(), avoiding possible ↵mistic1002-18/+18
conflicts with other frameworks git-svn-id: http://piwigo.org/svn/trunk@13870 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02- comment edit form looks ok now with the new comment layoutrvelices5-108/+55
- removed unused css / simplify it - simplified jquery drop boxes ... git-svn-id: http://piwigo.org/svn/trunk@13865 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-01feature 2588: use jQuery to toggle derivatives and sort boxes + prevent ↵mistic1002-57/+79
boxes to overflow the page git-svn-id: http://piwigo.org/svn/trunk@13844 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-31theme Elegant, menubar:plegall2-3/+11
* center quick search * center quick connect and less visible border git-svn-id: http://piwigo.org/svn/trunk@13837 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-30feature 2587: css updateZaphod1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@13821 68402e56-0260-453c-a942-63ccdbb3a9ee