aboutsummaryrefslogtreecommitdiffstats
path: root/themes (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-13Bug 1856 : forget token in public profile templatenikrou1-0/+1
Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6908 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-27bug 1757 fixed: ability to use HTML in author fieldplegall1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.1@6713 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-06merge r6668 from trunkrvelices5-7/+7
- removed function get_extra_fields and its usage (unnecessary + perf issue 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/branches/2.1@6669 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-28favorite image icon is not taken from php but left to the theme (still in ↵rvelices2-2/+2
the php for the branch for theme compatibility) git-svn-id: http://piwigo.org/svn/branches/2.1@6614 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-24merge r6594 from trunkvdigital1-1/+1
Fix: Smarty error on local_head = '' git-svn-id: http://piwigo.org/svn/branches/2.1@6595 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-22- better javascript funcs + shorter notationrvelices2-55/+34
git-svn-id: http://piwigo.org/svn/branches/2.1@6576 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-22removed use of fix-khtml.css (I tried Safari and it does not need it)rvelices2-11/+9
git-svn-id: http://piwigo.org/svn/branches/2.1@6575 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-22Fix html bug : input field must be in a block tagnikrou1-1/+1
Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6571 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-15merge r6531 from trunk to branch 2.1rvelices5-13/+3
moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.css git-svn-id: http://piwigo.org/svn/branches/2.1@6532 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-09merge r6507 from trunkrvelices1-1/+3
optim: replace html_options call in picture.tpl with a foreach (html_options loads several smarty files which is overkill for one single use for admins only git-svn-id: http://piwigo.org/svn/branches/2.1@6508 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-06merge r6478vdigital1-4/+0
Fix: Insignificant issue "Scrollbars beside categories thumbnails(with long names)!" http://piwigo.org/forum/viewtopic.php?id=16041 git-svn-id: http://piwigo.org/svn/branches/2.1@6479 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-03feture 1712 : backmerge r6454, useless feature. It can be done another wayplegall1-1/+1
without changing core code. git-svn-id: http://piwigo.org/svn/branches/2.1@6460 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-03feature 1712: ability to add a CSS class on body plegall1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.1@6454 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-01merge r6437 from trunk to branch 2.1rvelices2-2/+2
- do not remove slashes before calling insert_user_comment (homogeneity with 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/branches/2.1@6438 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-31Fix html bug : merge from trunknikrou1-4/+5
git-svn-id: http://piwigo.org/svn/branches/2.1@6430 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-19merge -r6243 from trunkrvelices1-1/+1
fix language key in template/menubar_tags.tpl git-svn-id: http://piwigo.org/svn/branches/2.1@6244 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
2010-04-15Minor correction alignementGotcha1-1/+1
http://fr.piwigo.org/forum/viewtopic.php?id=17515 git-svn-id: http://piwigo.org/svn/trunk@5871 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-14feature 1601: improve error feedback on multiple upload : use jGrowl jQueryplegall1-0/+9
plugin to display individual state for each uploaded file. git-svn-id: http://piwigo.org/svn/trunk@5848 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-10feqture 1583 : show related tags block also when browsing non tag sectionsrvelices1-3/+9
git-svn-id: http://piwigo.org/svn/trunk@5752 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-08fix IE menubar_tags.tpl display + move style to cssrvelices2-5/+4
git-svn-id: http://piwigo.org/svn/trunk@5722 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-08add a true label on tag link title "%d images" instead of just "%d" on tags.phpplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5709 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-08nicer "remove tag" icon (works nice with clear core theme, works correctlyplegall1-0/+0
with dark core theme). This icon is less visible, on purpose. git-svn-id: http://piwigo.org/svn/trunk@5708 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-08bug 1584: for the tagLevel font size to have the correct font size on Sylviaplegall1-5/+5
core theme. git-svn-id: http://piwigo.org/svn/trunk@5704 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-08feature 1583: replace add_tag.png icon by a simple "+" character in theplegall3-6/+4
"related tags" block. Only keep one link for each tag in the "related tags" block. git-svn-id: http://piwigo.org/svn/trunk@5703 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-07improve default icons for caddie, rating, favoritesplegall5-0/+0
git-svn-id: http://piwigo.org/svn/trunk@5700 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-07Fix some issues on NBM: move css rules to mail body if it's possible.patdenice8-44/+6
Remove fieldset on available plugins page. git-svn-id: http://piwigo.org/svn/trunk@5695 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-05bug 1580 - remove some hard coded markup (move them to the template)grum1-9/+9
git-svn-id: http://piwigo.org/svn/trunk@5682 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-01Fix missing keys: some keys have been removed by mistake during the massiveplegall4-4/+4
key conversion. Remove some language keys that are really obsolete. I've updated the script to convert language files to 2.1, I will apply "obsolete keys removal" process in a 2nd step on other languages. git-svn-id: http://piwigo.org/svn/trunk@5559 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-01Fix missing keys: some keys have been removed by mistake during the massiveplegall4-10/+10
key conversion. git-svn-id: http://piwigo.org/svn/trunk@5535 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-31feature 1559: remove "standard deviation" in rating.plegall1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@5500 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-29feature 1502: Load local head after theme.css.patdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5454 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-29Issue 1521 : picture.tpl updated to avoid double home link, picture.php ↵laurent.duretz1-2/+1
updated because tpl update, functions_html.inc.php updated to work with question_mark_in_urls = false git-svn-id: http://piwigo.org/svn/trunk@5451 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-29update clear theme to revision 3, "clear" was already existing in theplegall1-1/+1
extension manager. git-svn-id: http://piwigo.org/svn/trunk@5443 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-29Core themes are prepared for integration into piwigo.org/extplegall3-0/+24
git-svn-id: http://piwigo.org/svn/trunk@5442 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24Feature 1533: Remove "Reset to default" button if user can't cutomize his ↵patdenice1-0/+2
galllery. git-svn-id: http://piwigo.org/svn/trunk@5330 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24Feature 1533: admincan activate/deactivate user customization.patdenice1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@5328 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24Feature 1533: Bug corrected on favorite option and navigation bar.patdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5305 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24Feature 1533: Allow activation or deactivation of download icon.patdenice1-2/+20
Add display configuration for picture properties. git-svn-id: http://piwigo.org/svn/trunk@5304 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23Fix problem with white space in language keysnikrou2-5/+5
git-svn-id: http://piwigo.org/svn/trunk@5297 68402e56-0260-453c-a942-63ccdbb3a9ee