aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/picture.tpl (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-22Issue 1521 : report trunk on branch 2.0laurent.duretz1-2/+1
git-svn-id: http://piwigo.org/svn/branches/2.0@5938 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-18web method images.setPrivacyLevel (ws_images_setPrivacyLevel) is POST onlyrvelices1-0/+1
git-svn-id: http://piwigo.org/svn/branches/2.0@4512 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-23merge -c2902 from trunk to branch 2.0.patdenice1-3/+2
- Add home and identification buttons after installation. - Use fetchRemote function for remote site actions. - Corrections in fetchRemote fnction. - Move PLUGIN_PICTURE_BEFORE in picture.tpl. git-svn-id: http://piwigo.org/svn/branches/2.0@2903 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-190 comment is removed (Start with 1)vdigital1-2/+3
Accurate samples/my-picture.tpl... git-svn-id: http://piwigo.org/svn/branches/2.0@2779 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-16- picture nav buttons use the get_extent modifierrvelices1-3/+3
- comments title on picture page is singular/plural language sensitive - improved P@t commit (no double home display on picture nav bar) so that it works with my site git-svn-id: http://piwigo.org/svn/branches/2.0@2758 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-11jQuery autosize:rub1-0/+6
Prepare public section in order to use autosize on version after butterfly Merge trunk 2720:2721 into branch 2.0 git-svn-id: http://piwigo.org/svn/branches/2.0@2723 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-09Corrective change to svn:2674vdigital1-1/+1
(Add ids to textarea (for future use with TinyMCE plugin).) id="content" is already used on many pages and a css rule is applied on. So new id is id="contentid". git-svn-id: http://piwigo.org/svn/trunk@2695 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-06- Don't show "home" twice on picture navbar if category is not set.patdenice1-2/+2
- Add ids to textarea (for future use with TinyMCE plugin). - Enlarge cat_bottom-right.gif and cat_top-right.gif to 1200px. git-svn-id: http://piwigo.org/svn/trunk@2674 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-26- put the privacy level change select last in the table, added title ↵rvelices1-40/+41
attribute for the rating stars git-svn-id: http://piwigo.org/svn/trunk@2594 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-09- fix issue when picture_url_style = file (sql query like) rvelices1-1/+1
- sql call SET NAMES "xxx" (if required) in upgrade.php, upgrade_feed.php and after 65-database.php git-svn-id: http://piwigo.org/svn/trunk@2512 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-22- further reduce css rules and remove unused onesrvelices1-19/+20
- added a smarty prefilter so that html output is nicely indented now ... git-svn-id: http://piwigo.org/svn/trunk@2481 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-21- tried to reduce the number of css rules and selectors (most gains on ↵rvelices1-35/+33
menubar and usercomments) tested with IE6,IE7,FF,Opera9,Safari3 git-svn-id: http://piwigo.org/svn/trunk@2480 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-20- local.lang is loaded without fallback on default language or ↵rvelices1-4/+4
PHPWG_DEFAULT_LANGUAGE (needed to change the signature of load_language which became a little too big) - move a function from functions.inc.php to functions_picture.inc.php (included only when necessary) - removed some css (not as much as I wanted) git-svn-id: http://piwigo.org/svn/trunk@2479 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-15- image rating on picture page done through ajax (tested safari/ie 6&7/ff)rvelices1-3/+7
git-svn-id: http://piwigo.org/svn/trunk@2435 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-12- add to caddie on picture page done through ajaxrvelices1-3/+19
git-svn-id: http://piwigo.org/svn/trunk@2429 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-02- first use of web services as Ajax: change the privacy level directly from ↵rvelices1-1/+27
the picture page git-svn-id: http://piwigo.org/svn/trunk@2413 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-20Change all #content by .content in css files.patdenice1-0/+2
In tpl files, id="content" stay here for backward compatibilities. Add some plugins triggers in index.tpl and picture.tpl. git-svn-id: http://piwigo.org/svn/trunk@2352 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-02- fix display of rating stars on picture page (since smarty)rvelices1-6/+4
- rating star css use a CSS sprite git-svn-id: http://piwigo.org/svn/trunk@2295 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-08- upload.tpl goes smartyrvelices1-3/+3
- start some language cleanup and a small attempt to standardize a bit ... - debug_language now calls trigger_error instead of echo when missing language key git-svn-id: http://piwigo.org/svn/trunk@2265 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-06Resolved issue 0000807: New slideshow featuresrub1-1/+1
Change icons by stripy icons git-svn-id: http://piwigo.org/svn/trunk@2257 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-29picture, footer and picture modify template migrationrvelices1-131/+154
git-svn-id: http://piwigo.org/svn/trunk@2227 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-28- migrate many templates to smartyrvelices1-2/+0
git-svn-id: http://piwigo.org/svn/trunk@2223 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27Add comment tags in order to know tpl to migraterub1-0/+1
# tag for f in `find . -name \*.tpl` do echo $f mv $f $f.tmp echo '<!-- DEV TAG: not smarty migrated -->' > $f cat $f.tmp >> $f rm -f $f.tmp done #find file not migrated for f in `find . -name \*.tpl` do grep -i '<!-- DEV TAG: not smarty migrated -->' $f > /dev/null && echo $f done git-svn-id: http://piwigo.org/svn/trunk@2222 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27Resolved issue 0000807: New slideshow featuresrub1-77/+27
git-svn-id: http://piwigo.org/svn/trunk@2218 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-15enhance keyboard navigation on picture page (first,last,thumbs)rvelices1-16/+21
git-svn-id: http://piwigo.org/svn/trunk@2211 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-13feature 803: Implement keyboard navigation (left/right arrows) on the ↵rvelices1-0/+24
picture page git-svn-id: http://piwigo.org/svn/trunk@2205 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-09-20- removed unused code from the calendarrvelices1-3/+18
- removed some unused css rules, simplified css a bit and made some rule grouping (nothing important) git-svn-id: http://piwigo.org/svn/trunk@2101 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-20- added rel nofollow for help link in search.tplrvelices1-6/+7
- added {PLUGIN_PICTURE_ACTIONS} in picture.tpl git-svn-id: http://piwigo.org/svn/trunk@1964 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-09merge revisions 1938 and 1949 from branch-1_7 to trunk:rvelices1-1/+1
dark theme correction permalink and category.php redirections are permanent (http code 301) instead of temporary (301) added rel nofollow for the metadata link on picture page changed h2 background color style in dark/mail-css (was not readable when images are not downloaded) git-svn-id: http://piwigo.org/svn/trunk@1950 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-13Updates:vdigital1-2/+2
- Copyrights 2003-2007 - help - Some HTML comform requests git-svn-id: http://piwigo.org/svn/trunk@1903 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-04Set null to text of inactive picture navbuttonrub1-4/+4
git-svn-id: http://piwigo.org/svn/trunk@1870 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-21- added check in redirect to see if headers have been sent before doing a ↵rvelices1-3/+3
redirect_http - old category.php uses redirect_http whenever possible - replaced some old {L_xxx} in picture.tpl git-svn-id: http://piwigo.org/svn/trunk@1846 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-08- correct php warnings (section_init and mass_inserts)rvelices1-1/+1
- flat category view url is now 'flat' instead of 'flat_cat' (it is nicer and shorter) - small html validation (double class attribute) - removed unnecessary class="" - changed 2 times hard coded index.php?recent_pics with make_index_url(...) git-svn-id: http://piwigo.org/svn/trunk@1789 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-07Feature 638 added: "Fixed navigation bar" extension integration.plegall1-3/+15
git-svn-id: http://piwigo.org/svn/trunk@1787 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-05Yoga has input[type="submit"] style addressability restored.vdigital1-1/+1
(Since Javascript/Rating it was not possible to change button without loosing rating stars). p0w0 is fix for a new button display. git-svn-id: http://piwigo.org/svn/trunk@1780 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-041 - A new trigger point in include/page_header.phpvdigital1-1/+1
2 - Previous version of p0w0 is replaced by a close version to the phpwebgallery.net web site. git-svn-id: http://piwigo.org/svn/trunk@1778 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-23- revert feature 564: log the login of each user; but add the possibility to bervelices1-2/+2
done by a plugin - create a "standard" way to define PHP functions that we use but might not be available in the current php version - when a comment is rejected (spam, anti-flood etc), put the content back to the browser in case there is a real user behind it - now a comment can be entered only if the page was retrieved between 2 seconds ago and 1 hour ago git-svn-id: http://piwigo.org/svn/trunk@1744 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-01-19feature 625: comment anti-spam - protect against some of the spam robotsrvelices1-1/+2
git-svn-id: http://piwigo.org/svn/trunk@1737 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-12-15feature 603: rating buttons presented with stars (full Javascript rvelices1-1/+2
on compatible browsers, otherwise default presentation) git-svn-id: http://piwigo.org/svn/trunk@1657 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-16- bug fix: comments_forall and category commentable were not checked during rvelices1-3/+0
POST and a comment could be inserted - feature 524: anti-spam: - check number of links - check ip address against spamhaus.org block list - action when comment is qualified spam (needs validation or reject) - so far everything is in the config file git-svn-id: http://piwigo.org/svn/trunk@1610 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-01plugins last modifications + events are triggered now from picture.phprvelices1-28/+19
git-svn-id: http://piwigo.org/svn/trunk@1590 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-22issue 426 step 1 reverted:nikrou1-0/+0
svn merge -r1466:1465 . svn merge -r1463:1462 . git-svn-id: http://piwigo.org/svn/trunk@1376 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-18Issue 426: first step; separation of admin and public into two templatesnikrou1-0/+0
Need to simplify and delete files not needed git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-13merge -r1342:1343 from branch 1.6 to trunk (bug 413 fixed)plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@1344 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-05-28improve : a more compact header to picture.tpl (+ use css instead of hidden hr)chrisaga1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@1325 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-28merge -r1285 in from branch-1_6 to trunkrvelices1-4/+11
bug 359: transform rating html A links to FORM because some bots rate pictures (even if rel="nofollow" is set) git-svn-id: http://piwigo.org/svn/trunk@1286 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-25merge -r1265 from branch-1_6 to trunkrvelices1-4/+4
bug 348: missing hint for first/last icons in picture.tpl git-svn-id: http://piwigo.org/svn/trunk@1266 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-16-code sweeping : just fixed some code indentingchrisaga1-36/+33
git-svn-id: http://piwigo.org/svn/trunk@1186 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-14html bug fixed: the closed div for comments must be in the comments block nikrou1-1/+2
because of categories with comments not allowed svn merge -r1165:1166 from branche 1.6 git-svn-id: http://piwigo.org/svn/trunk@1167 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-04-05improvement: on picture.php, show title calculated inplegall1-1/+5
include/section_init.inc.php instead of nothing. git-svn-id: http://piwigo.org/svn/trunk@1128 68402e56-0260-453c-a942-63ccdbb3a9ee