aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/mail/text (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-13feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall8-120/+0
manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-09feature 1494: move all *.tpl files from template/yoga to the newplegall9-172/+0
template/default (from which yoga derives) git-svn-id: http://piwigo.org/svn/trunk@5095 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-13complement to r3282, remove all $Id$ in source code.plegall9-9/+0
git-svn-id: http://piwigo.org/svn/trunk@3283 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-13change: according to topic:15067, svn:keywords property was removedplegall9-9/+9
git-svn-id: http://piwigo.org/svn/trunk@3282 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-26Rollback "Missing <ul> on NBM" in order to dd <ul> on feed too.rub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@3257 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-26Missing <ul> on NBMrub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@3255 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-22Resolved issue 0000976: Add link of website on mail footer... rub2-4/+7
git-svn-id: http://piwigo.org/svn/trunk@3245 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-09fix html warnings. unclosed monotagsnikrou2-6/+6
git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04Administration: happy new year 2009, all PHP headers updated. plegall4-4/+4
git-svn-id: http://piwigo.org/svn/trunk@3049 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-15Sylvia mailing template : Need to be tested ...vdigital2-2/+2
merge -c2988 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2989 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-15- merge r2740 from branch 2.0 to trunkrvelices1-1/+3
git-svn-id: http://piwigo.org/svn/trunk@2741 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-04Use directly $lang_info on tpl files.rub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2651 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-30Fix bad content of NBM mail.rub6-60/+0
git-svn-id: http://piwigo.org/svn/trunk@2628 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-20Change all #content by .content in css files.patdenice1-1/+1
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-05-15Change some PhpWebGallery to Piwigo. (2/2)rub3-5/+5
All phpwebgallery.net are not changed! git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-05Bug fixed: as rvelices notified me by email, my header replacement script wasplegall6-144/+0
bugged (r2297 was repeating new and old header). By the way, I've also removed the replacement keywords. We were using them because it was a common usage with CVS but it is advised not to use them with Subversion. Personnaly, it is a problem when I search differences between 2 Piwigo installations outside Subversion. git-svn-id: http://piwigo.org/svn/trunk@2299 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-04Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall6-0/+126
git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-18- smarty for more mail templates/cssrvelices3-98/+93
git-svn-id: http://piwigo.org/svn/trunk@2285 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-13- changes to template to accomodate nbm (solved issue when we had same ↵rvelices7-47/+46
template filename with different root dirs) - started some changes in mail templates git-svn-id: http://piwigo.org/svn/trunk@2278 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27Add comment tags in order to know tpl to migraterub9-0/+9
# 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
2007-10-12Replace htmlentities by htmlspecialchars on NBM in order to send a correct ↵rub2-2/+2
UTF8 mail. Quote mail charset + add debug mail informations Fix "check user with same mail" where null email was not discarded git-svn-id: http://piwigo.org/svn/trunk@2136 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-17Fix problem when admin send email information about category.rub2-2/+2
git-svn-id: http://piwigo.org/svn/trunk@1917 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-16Send email on pwg group:rub2-1/+4
o Best mail content o Add a text area in order to complete email git-svn-id: http://piwigo.org/svn/trunk@1916 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-16Update svn properties (svn:eol-style and svn:keywords)rub6-24/+24
git-svn-id: http://piwigo.org/svn/trunk@1912 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-16Add missing index.php.rub1-0/+33
git-svn-id: http://piwigo.org/svn/trunk@1911 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-16Update index.php header.rub5-40/+30
Don't use explicitly index.php on the recursive call. Add missing index.php. Chang tags.php svn properties. git-svn-id: http://piwigo.org/svn/trunk@1909 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-15Add new translation functions.inc.phprub2-1/+7
Translate subject of information mail. Notification mails are sent on the default language. No mail is sent to the author witch are not done actions git-svn-id: http://piwigo.org/svn/trunk@1908 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-13Fix bad default value for language on table user_inforub1-0/+7
Improve mail send (Undisclosed-recipients, switch language, ...) Improve send an email to group members (Use Bcc, template, multi-language, ...) (But need more improvements) git-svn-id: http://piwigo.org/svn/trunk@1904 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-03-12Apply property svn:eol-style Value: LFrub7-157/+157
git-svn-id: http://piwigo.org/svn/trunk@1900 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-210000651: wrong format=flowed in notification emailsrub1-1/+1
Remove format=flowed witch are not necessary and poses problem with UTF8 charset. git-svn-id: http://piwigo.org/svn/trunk@1847 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-12When not template are selected for mail, PWG uses default template..rub2-3/+8
Sent multi-part message in MIME format. (With only one part for the moment). Improvement pwg_mail function. git-svn-id: http://piwigo.org/svn/trunk@1809 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-11Issue 0000598: NBM: Add new informationsrub2-4/+4
VDigital structure applied! git-svn-id: http://piwigo.org/svn/trunk@1807 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-11Dynamic templates for NBMvdigital7-10/+8
Just a second round... I didn't test what's append for new pictures or comments. git-svn-id: http://piwigo.org/svn/trunk@1805 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-10VDigital conformity ;-)rub1-4/+2
git-svn-id: http://piwigo.org/svn/trunk@1801 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-10Remove hard linksrub1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@1799 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-10First try on clear theme for mail...vdigital1-4/+4
And xml template in yoga. git-svn-id: http://piwigo.org/svn/trunk@1798 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-10Issue 0000598: NBM: Add new informationsrub3-29/+25
Css style including on mail are save on separated files. Default and local can be defined! git-svn-id: http://piwigo.org/svn/trunk@1797 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-09Style correctionsvdigital1-9/+9
git-svn-id: http://piwigo.org/svn/trunk@1796 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-09Some untested changes for NBM on Rub requestvdigital4-17/+22
git-svn-id: http://piwigo.org/svn/trunk@1795 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-08Issue 0000639: Force selected page on index.phprub4-4/+32
Continue the Radu idea, restrict more use of random list Issue 0000598: NBM: Add new informations Add css on mail Use user template for mail (on next commit, best control) Comment mass_inserts because don't with MySQL 4.1.9 git-svn-id: http://piwigo.org/svn/trunk@1792 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-07Issue 0000598: NBM: Add new informationsrub4-0/+165
Files was missing by Tortoise (need to re-build a new directory) git-svn-id: http://piwigo.org/svn/trunk@1785 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-02-06Issue 0000598: NBM: Add new informationsrub7-0/+137
Notification by mail: Add new informations about last categories and last images like new feature of RSS notification. 2 parts: - Possibility to send HTML mail - Include last categories and last images on HTML format into notification mail ccs & HTML experts! Please! Check, fix, improve and enhance HTML mail content! git-svn-id: http://piwigo.org/svn/trunk@1784 68402e56-0260-453c-a942-63ccdbb3a9ee