aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2013-10-18removed inline style widthrvelices1-4/+4
git-svn-id: http://piwigo.org/svn/trunk@24981 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17removed unused css rules, password recover form has a fieldset as all other ↵rvelices1-1/+3
forms, no exit if mail send fails git-svn-id: http://piwigo.org/svn/trunk@24966 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17feature 2965: replace custom mail functions by PHPMailer (version 5.2.7).plegall2-7/+1
Based on patch by msakik. function pwg_send_mail no longer used (all is done in pwg_mail) new param $conf['smtp_secure'] work still in progress, some obsolete code must be removed git-svn-id: http://piwigo.org/svn/trunk@24951 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-13simplified first and last holders in picture navigation...rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@24881 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10improved who can see this photo displayrvelices1-30/+17
git-svn-id: http://piwigo.org/svn/trunk@24837 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10do not load ajax loader on picture page because of commentsrvelices2-7/+7
added some minor margins to avoid runin on small devices on calendar bars git-svn-id: http://piwigo.org/svn/trunk@24831 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-07removed unnecessary   from pwg-icon classesrvelices4-39/+39
git-svn-id: http://piwigo.org/svn/trunk@24802 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-08- on picture.php do not set the prefetch link if already set by a pluginrvelices1-2/+2
- picture.tpl set the derivative size checkbox id to the correct name git-svn-id: http://piwigo.org/svn/trunk@23882 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30on picture page add TITLE_ESC variable for every thumb to avoid escaping ↵rvelices3-9/+9
TITLE more than 40 times in the template... git-svn-id: http://piwigo.org/svn/trunk@23689 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-28bug:2918flop251-0/+8
Display a link for the fist and last page on picture.tpl, to go to the album 3 lang keys added git-svn-id: http://piwigo.org/svn/trunk@23642 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-27fix missing prev/next nav items in the calendar view (Smarty ↵rvelices1-11/+8
get_template_vars by reference not working anymore) git-svn-id: http://piwigo.org/svn/trunk@23618 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25fix smarty 3: | (modifier) operator priority is greater than +,/ ...rvelices1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@23550 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23"Email" doesn't exist, use "Email address" insteadmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@23490 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23Smarty3 added 'translate_dec' compilermodifier (generated code is a lot ↵rvelices5-13/+8
better than $pwg->l10n_dec) git-svn-id: http://piwigo.org/svn/trunk@23476 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-22feature 2928: fctorize switchBox (now js is loaded async + also apply to the ↵rvelices2-20/+9
calendar type links on index page) git-svn-id: http://piwigo.org/svn/trunk@23437 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20feature:2832 Provide better integration of plugins adding a all new sectionmistic1002-63/+4
don't need for an extra file git-svn-id: http://piwigo.org/svn/trunk@23399 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20feature:2832 Provide better integration of plugins adding a all new sectionmistic1001-0/+62
see future version of skeleton/trunk for usage git-svn-id: http://piwigo.org/svn/trunk@23396 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20smarty 3 - first pass for tests rvelices4-4/+4
git-svn-id: http://piwigo.org/svn/trunk@23384 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-18feature:2928 Factorize JS code for switchBoxmistic1002-35/+10
switchBox("selector for link", "selector for box"); git-svn-id: http://piwigo.org/svn/trunk@23320 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16feature:2785 Improve template method to sort actions buttonsmistic1002-0/+2
+ add default rank = 50 git-svn-id: http://piwigo.org/svn/trunk@23263 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-24feature 2836: display the number of comments/tags in the menubar rvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@21817 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04typo fixed from r21175plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@21176 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04bug 2859 fixed: sanitize of photo title before use in title/alt HTML attributesplegall3-8/+8
git-svn-id: http://piwigo.org/svn/trunk@21175 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25on picture.php replace U_ADMIN url with U_PHOTO_ADMIN url to avoid being ↵rvelices1-2/+2
overriden by menubar and having to redefine it (U_ADMIN still there for 2.5 version for backward compatibility) git-svn-id: http://piwigo.org/svn/trunk@21039 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23- replaced calendar views select with a drop down box (as sort order and ↵rvelices1-4/+19
photo sizes) - some css compaction git-svn-id: http://piwigo.org/svn/trunk@20982 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22fix english language stringrvelices1-1/+1
added missing rel nofollow on registration page link git-svn-id: http://piwigo.org/svn/trunk@20924 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04feature 2834: move "up" icon before previous/next arrowsplegall1-5/+5
git-svn-id: http://piwigo.org/svn/trunk@20542 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-29moved inline css in theme.cssflop253-3/+3
removed useless theme conf ready for rc git-svn-id: http://piwigo.org/svn/trunk@20452 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-22javascript int type instead of stringrvelices3-5/+3
git-svn-id: http://piwigo.org/svn/trunk@20336 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-17bug:2820 & bug:2684flop253-77/+13
much better code : ability to pass max_requests to the js file like error_icon git-svn-id: http://piwigo.org/svn/trunk@20212 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-17bug:2684flop252-4/+7
picture page and comment_list.tpl clean up unused loader gif git-svn-id: http://piwigo.org/svn/trunk@20211 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-14bug:2820 & bug:2684flop253-8/+82
add $conf['maxRequests'] perf enhanced : declare once {combine_script} add one loading gif, fixed at the bottom right of the page display an icon for picture loading, and an error icon if ajax failed : might need to be integrated in sprite.png ToDo picture page/clean up unused loader gif/sleep above all. git-svn-id: http://piwigo.org/svn/trunk@20161 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall4-4/+4
expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-26smarty bug introduced in r19575 mistic1001-2/+2
git-svn-id: http://piwigo.org/svn/trunk@19581 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-26feature 2816: {strip} smarty tag can introduce bugs in javascript + fix ↵mistic1001-2/+3
picture.tpl git-svn-id: http://piwigo.org/svn/trunk@19575 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-06improved template/css: create .tag_search_results and .category_search_resultsplegall1-2/+2
CSS class to avoid inline CSS and make customization easier (ability to hide these blocks with LocalFiles Editor) git-svn-id: http://piwigo.org/svn/trunk@19302 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-30bug 2772: remove "Home" from html title pages on index pages - partial ↵rvelices1-1/+1
revert change of breadcrumb title on home page git-svn-id: http://piwigo.org/svn/trunk@19233 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-14wrong htmlrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@19014 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-13cosmetic change (easier for prefilter)rvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@19007 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-11feature:2786 Allow to edit website url in user comments + improve "user ↵mistic1001-4/+6
experience" on comment edition git-svn-id: http://piwigo.org/svn/trunk@18995 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-06- fill add comment form fields only if the input comment has been rejectedrvelices2-5/+3
- simplify templates git-svn-id: http://piwigo.org/svn/trunk@18950 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27fix php warning + removed unnecessary  rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@18757 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27doctype is html5 - less restrictivie than html 4 strict (which we are not ↵rvelices1-1/+1
compatible with anyway)... git-svn-id: http://piwigo.org/svn/trunk@18756 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-26rollback remove empty <ul> ( -r18748 )rvelices6-0/+13
git-svn-id: http://piwigo.org/svn/trunk@18750 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-25rel nofollow for user comment url + remove empty <ul>rvelices7-16/+3
git-svn-id: http://piwigo.org/svn/trunk@18748 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-21bug 2775: on index page, errors/infos messages can be at the bottom with PWG ↵mistic1001-3/+7
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-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