aboutsummaryrefslogtreecommitdiffstats
path: root/themes (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-14css sprites - almost done - still to implement nice colors and hover effect ↵rvelices11-258/+136
for clear and sylvia git-svn-id: http://piwigo.org/svn/trunk@8119 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-12css spritesrvelices12-134/+133
git-svn-id: http://piwigo.org/svn/trunk@8091 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11css sprites (still ongoing)rvelices12-78/+139
git-svn-id: http://piwigo.org/svn/trunk@8076 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-10first sprite usage on picture pagervelices7-7/+201
git-svn-id: http://piwigo.org/svn/trunk@8066 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-04trunk admin theme goes with combine_script instead of old style known_script rvelices3-19/+13
git-svn-id: http://piwigo.org/svn/trunk@7995 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-03new template feature: combine_css rvelices4-17/+20
- fully functional with file merging - takes care of url() in css and recursively merge all @import - migrated public templates only; need more code doc git-svn-id: http://piwigo.org/svn/trunk@7987 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-02new template features: combine_script, footer_script and get_combined_scriptsrvelices7-25/+32
migrated public templates only; need more code doc git-svn-id: http://piwigo.org/svn/trunk@7975 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-30bug 2043: some Javascript errors in default theme (also makes the rating.js ↵rvelices3-64/+83
script async) git-svn-id: http://piwigo.org/svn/trunk@7957 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-25-fix css rulesrvelices6-89/+79
- comment_list.tpl style was broken - picture_nav_buttons.tpl shorter javascript git-svn-id: http://piwigo.org/svn/trunk@7877 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-24css rules simplificationrvelices7-63/+63
- merged rules - remove overly qualified inefficient selectors etc... git-svn-id: http://piwigo.org/svn/trunk@7869 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-23small javascript and css simplificationrvelices3-34/+3
git-svn-id: http://piwigo.org/svn/trunk@7852 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-22simplification of CSS rules (trunk only)rvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@7844 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-22simplification of CSS rules (trunk only)rvelices4-39/+26
git-svn-id: http://piwigo.org/svn/trunk@7843 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-22feature 2038: simplification of CSS rulesrvelices2-20/+19
- use shorthand notation - remove some overly qualified selectors (no impact) git-svn-id: http://piwigo.org/svn/trunk@7841 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-19homogenuous popuphelp and search_rules templates with the rest of pagesrvelices4-31/+38
simplification of CSS rules git-svn-id: http://piwigo.org/svn/trunk@7823 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-16Merge r7797 from br2.1 to trunkGotcha1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@7798 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-30feature 1915: add protection on user registration against robots rvelices1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@7495 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-29Merge r7473 from br2.1 to trunkGotcha2-2/+4
git-svn-id: http://piwigo.org/svn/trunk@7474 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-28Merge r7466 from br2.1 to trunkGotcha1-4/+0
git-svn-id: http://piwigo.org/svn/trunk@7467 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-27Merge r7424 to trunk from br2.1Gotcha1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@7426 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-28feature 1616: rename "category" into "album" (update template)rvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@7028 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-27feature 1616: rename category into album, a few language keys were missingplegall2-2/+2
git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-21feature 1616: rename "category" into "album" (4th commit; almost there)rvelices3-3/+3
git-svn-id: http://piwigo.org/svn/trunk@6993 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-16feature 1616: rename "category" into "album" (first commit; still to come)rvelices6-8/+8
git-svn-id: http://piwigo.org/svn/trunk@6951 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-13Bug 1856 : forget token in public profile templatenikrou1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@6907 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-27merge r6713 from branch 2.1 to trunkplegall1-1/+1
bug 1757 fixed: ability to use HTML in author field git-svn-id: http://piwigo.org/svn/trunk@6714 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-06- removed function get_extra_fields and its usage (unnecessary + perf issue ↵rvelices5-7/+7
when retrieving many image ids in a section) - 2 fixes recent feed.php commit * month names were decalated by one * strptime function is not implemented under Windows in php - added somme missing $ROOT_URL in templates git-svn-id: http://piwigo.org/svn/trunk@6668 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-28merge r6414 from branch 2.1rvelices2-2/+2
favorite image icon is not taken from php but left to the theme git-svn-id: http://piwigo.org/svn/trunk@6615 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-24Fix: Smarty error on local_head = ''vdigital1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@6594 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-22merge r6575-6576 from branch 2.1rvelices4-66/+43
-removed use of fix-khtml.css (I tried Safari and it does not need it) - better javascript funcs + shorter notation git-svn-id: http://piwigo.org/svn/trunk@6577 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-22Fix html bug : input field must be in a block tagnikrou1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@6570 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-15moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.cssrvelices5-13/+3
git-svn-id: http://piwigo.org/svn/trunk@6531 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-09optim: replace html_options call in picture.tpl with a foreach (html_options ↵rvelices1-1/+3
loads several smarty files which is overkill for one single use for admins only git-svn-id: http://piwigo.org/svn/trunk@6507 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-06Fix: Insignificant issue "Scrollbars beside categories thumbnails(with long ↵vdigital1-4/+0
names)!" http://piwigo.org/forum/viewtopic.php?id=16041 git-svn-id: http://piwigo.org/svn/trunk@6478 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-03merge r6460 from branch 2.1 to trunkplegall1-1/+1
feture 1712 : backmerge r6454, useless feature. It can be done another way without changing core code. git-svn-id: http://piwigo.org/svn/trunk@6461 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-03merge r6454 from branch 2.1 to trunkplegall1-1/+1
feature 1712: ability to add a CSS class on body git-svn-id: http://piwigo.org/svn/trunk@6455 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-01- do not remove slashes before calling insert_user_comment (homogeneity with ↵rvelices2-2/+2
update_user_comment and general use of slashes in piwigo) - when using a modifier on a non array variable use @| instead of | (generated code is simpler and faster) git-svn-id: http://piwigo.org/svn/trunk@6437 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-31Fix html bugnikrou1-4/+5
git-svn-id: http://piwigo.org/svn/trunk@6429 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-19fix language key in template/menubar_tags.tplrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@6243 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-30bug 1637: make the privacy level the same everywher, use "who can see this ↵plegall1-4/+2
photo?" instead of "minimum privacy level". git-svn-id: http://piwigo.org/svn/trunk@6025 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29Rollback revision 5923patdenice3-13/+14
git-svn-id: http://piwigo.org/svn/trunk@6004 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29feature 1502: Add $themeconf['load_parent_css'] parameterpatdenice1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@5991 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29bug 1484: prevent XSS vulnerability, encode url.plegall2-2/+2
improvement: no need to transmit the REQUEST_URI from PHP, Smarty already knows it. git-svn-id: http://piwigo.org/svn/trunk@5990 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-28bug 1484: after a "quick connect" you are correctly redirect to the same page.plegall1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@5986 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-23Fix: Scroll issue with long subcat descriptionsvdigital1-0/+8
git-svn-id: http://piwigo.org/svn/trunk@5941 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-20Fix some errors in generated htmlnikrou1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@5931 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-19- fix display of thumbnail in IE8 (replaced conditional css includes as it ↵rvelices3-14/+13
was in version 2.0) - remove local_head.tpl for default theme (avoid loading another file on every page hit - put the content of local_head.tpl in header.tpl) git-svn-id: http://piwigo.org/svn/trunk@5923 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-18Bug 1617 fixed : help page is displayed in current theme in public or admin ↵nikrou1-0/+12
pages git-svn-id: http://piwigo.org/svn/trunk@5920 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-16the picture stop_slideshow.png is never displayed : so the icon is deletedflop251-0/+0
git-svn-id: http://piwigo.org/svn/trunk@5876 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-16the picture stop_slideshow.png is never displayed because the code to stop ↵flop251-3/+0
the slideshow is in slideshow.tpl : so the code in picture.tpl is deleted git-svn-id: http://piwigo.org/svn/trunk@5875 68402e56-0260-453c-a942-63ccdbb3a9ee