rub
fab44f72a8
0000810: Use of new template engine [smarty]
...
Migration of c13y template
It's the first step with simple migration, on next step more display action on tpl.
git-svn-id: http://piwigo.org/svn/trunk@2241 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-02 17:30:18 +00:00
rvelices
6e932e8752
header.tpl goes smart
...
git-svn-id: http://piwigo.org/svn/trunk@2240 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-02 00:29:27 +00:00
rub
1f271ceca3
0000810: Use of new template engine [smarty]
...
New way for TAG_INPUT_ENABLED
git-svn-id: http://piwigo.org/svn/trunk@2239 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-01 22:02:40 +00:00
rub
352f097fc7
0000809: Use more php classes implementation
...
Use class for c13y
Fix problem with call-time pass-by-reference
git-svn-id: http://piwigo.org/svn/trunk@2238 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-01 21:31:24 +00:00
patdenice
7bff25884c
Merge from revision 2236.
...
801: add trigger in register_user function.
805: add 2 triggers in profile.php.
769: correct get_email_address_as_display_text function.
git-svn-id: http://piwigo.org/svn/trunk@2237 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-01 15:29:29 +00:00
patdenice
2ef8c58d31
New: plugin LocalFiles Editor.
...
Corrected: $id in smarty comment style in intro.tpl
git-svn-id: http://piwigo.org/svn/trunk@2235 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-01 14:49:11 +00:00
rvelices
732e456b3b
- thumbnails.tpl migration
...
git-svn-id: http://piwigo.org/svn/trunk@2234 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-01 14:24:04 +00:00
rub
e6b785cbaa
fix footer_elements
...
but footer_elements is not assigned!? Add of $page['footer_elements']?
git-svn-id: http://piwigo.org/svn/trunk@2233 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-01 14:19:21 +00:00
rub
f54877ca04
0000809: Use more php classes implementation
...
Use class for c13y
git-svn-id: http://piwigo.org/svn/trunk@2232 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-01 13:23:51 +00:00
rvelices
35076ee1b9
- index.tpl, menubar.tpl, mainpage_categories.tpl and month_calendar.tpl go smarty
...
- better template debugging tweak (the smarty console is shown only once at the end)
git-svn-id: http://piwigo.org/svn/trunk@2231 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-01 13:12:07 +00:00
patdenice
b2b00ba7be
Admin intro template migrate for warm up ;-)
...
git-svn-id: http://piwigo.org/svn/trunk@2230 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-29 22:08:16 +00:00
patdenice
c38328da6b
Merge from revision 2228.
...
Resolved bugs:
741 and 793: Added user does not appear in listing.
769: show email address in adviser mode when editing user profil.
800: get_absolute_root_url does not work with https protocol.
git-svn-id: http://piwigo.org/svn/trunk@2229 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-29 13:10:58 +00:00
rvelices
ba4f23dd83
picture, footer and picture modify template migration
...
git-svn-id: http://piwigo.org/svn/trunk@2227 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-29 01:25:13 +00:00
rub
4621be1005
0000809: Use more php classes implementation
...
Use class for tabsheet like grum class
Change way for tabsheet
git-svn-id: http://piwigo.org/svn/trunk@2226 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-28 23:41:47 +00:00
rvelices
7818a7715b
2 templates migrated
...
git-svn-id: http://piwigo.org/svn/trunk@2225 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-28 12:07:00 +00:00
rub
a95bc3f7da
Resolved issue 0000807: New slideshow features
...
Fix bad <link rel="up"> in the header
git-svn-id: http://piwigo.org/svn/trunk@2224 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-28 06:31:40 +00:00
rvelices
c739232049
- migrate many templates to smarty
...
git-svn-id: http://piwigo.org/svn/trunk@2223 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-28 02:41:48 +00:00
rub
618158aca4
Add comment tags in order to know tpl to migrate
...
# 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-27 23:08:44 +00:00
rub
aed45457d7
little corrections
...
Merge branch-1_7 2219:2220 into BSF
git-svn-id: http://piwigo.org/svn/trunk@2221 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27 22:00:13 +00:00
rub
bf4012291a
Resolved issue 0000807: New slideshow features
...
git-svn-id: http://piwigo.org/svn/trunk@2218 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27 20:25:18 +00:00
rvelices
98d4b284e0
- works with PHP5
...
git-svn-id: http://piwigo.org/svn/trunk@2217 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27 03:15:31 +00:00
rvelices
75bb450a6e
- first smarty use ... (in admin.php and admin plugins page)
...
git-svn-id: http://piwigo.org/svn/trunk@2216 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27 02:31:51 +00:00
rvelices
01687607ec
- added compatibility function file_put_contents
...
git-svn-id: http://piwigo.org/svn/trunk@2215 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27 02:22:19 +00:00
ddtddt
c3591e2629
update c13y
...
git-svn-id: http://piwigo.org/svn/trunk@2214 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-23 17:44:02 +00:00
rub
158ab645e7
Resolved issue 0000712: PWG-ERROR-VERSION on remote synchronization
...
Merge branch-1_7 2211:2212 into BSF
git-svn-id: http://piwigo.org/svn/trunk@2213 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-16 13:27:50 +00:00
rvelices
8b69393986
enhance keyboard navigation on picture page (first,last,thumbs)
...
git-svn-id: http://piwigo.org/svn/trunk@2211 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-15 22:10:45 +00:00
rub
6112911c93
Resolved issue 0000792: Admin "intro" : Integrity control bypass
...
New alignment for "Check all / Uncheck all / Check automatic corrections" links.
git-svn-id: http://piwigo.org/svn/trunk@2209 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-13 21:42:58 +00:00
rub
ea960a5563
Resolved issue 0000792: Admin "intro" : Integrity control bypass
...
Some sentences must be re-write ;-)
git-svn-id: http://piwigo.org/svn/trunk@2208 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-13 20:13:12 +00:00
rvelices
42b184eed3
fix: non-image elements without representative and without mime type icon default to thumbnail if possible
...
git-svn-id: http://piwigo.org/svn/trunk@2206 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-13 01:19:29 +00:00
rvelices
4cc7dfbffb
feature 803: Implement keyboard navigation (left/right arrows) on the picture page
...
git-svn-id: http://piwigo.org/svn/trunk@2205 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-13 01:14:58 +00:00
rvelices
785dfabc00
merge 2203 from branch-1_7 to trunk
...
- small correction (the prefetch of nezt image was not correct on non image pages generating 404 errors)
git-svn-id: http://piwigo.org/svn/trunk@2204 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-31 01:14:25 +00:00
rub
69159c0e92
Replace old use of $lang by l10n function.
...
git-svn-id: http://piwigo.org/svn/trunk@2201 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-30 22:07:07 +00:00
mathiasm
d5015da6ec
update release script to avoid the ../ warning in zip
...
added md5sum in the script
git-svn-id: http://piwigo.org/svn/trunk@2200 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-27 21:01:32 +00:00
rub
48220bdf7b
Resolved issue 0000794: Avoid to change create_listing_file.php on each version
...
Resolved issue 0000795: In create_listing_file.php, it's not safe mode but set_time_limit is disabled
Merge branch-1_7 2197:2198 into BSF
git-svn-id: http://piwigo.org/svn/trunk@2199 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-27 08:37:59 +00:00
mathiasm
c1448de29e
Fixed some inconsistencies in folder management
...
git-svn-id: http://piwigo.org/svn/trunk@2197 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-24 22:00:56 +00:00
ddtddt
701bdfdc65
Translation in English, spanish and correction of tag </ul>
...
Thank you with Bertrand Dubouclez for Translation in English
Thank you with Cindy Maire d Eglise for Translation in spanish
git-svn-id: http://piwigo.org/svn/trunk@2192 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-22 21:53:08 +00:00
patdenice
ccfde5cd4b
Place for create empty local files in install.php
...
git-svn-id: http://piwigo.org/svn/trunk@2189 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-20 23:17:05 +00:00
ddtddt
8ead4c5b8d
code's cleaning thank you rub
...
git-svn-id: http://piwigo.org/svn/trunk@2187 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-20 20:22:33 +00:00
ddtddt
b0a987880a
Correction of the bug 779.
...
File history.hrml in French
git-svn-id: http://piwigo.org/svn/trunk@2184 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-20 12:33:11 +00:00
rub
aea7649f99
Resolved issue 0000791: recent icon is wrong with winter time
...
Merge branch-1_7 2180:2181 into BSF
git-svn-id: http://piwigo.org/svn/trunk@2182 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-14 21:08:26 +00:00
ddtddt
4cd60bf64c
comit for the bug 783
...
git-svn-id: http://piwigo.org/svn/trunk@2180 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-12-12 20:22:59 +00:00
rub
89623393d4
Resolved issue 0000784: Mail notification disabled on register user
...
Merge branch-1_7 2176:2177 into BSF
git-svn-id: http://piwigo.org/svn/trunk@2178 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-12-11 06:10:38 +00:00
plegall
24553207a9
New: procedure and release creation script added.
...
git-svn-id: http://piwigo.org/svn/trunk@2176 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-29 23:03:19 +00:00
patdenice
58fafb94d8
Merge from branch-1_7: 2174
...
Add second parameter for render_category_description to differentiate both triggers in category_cats.inc.php and section_init.inc.php.
Add render_page_banner trigger.
git-svn-id: http://piwigo.org/svn/trunk@2175 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-29 13:08:38 +00:00
rub
a6026ae089
French translation correction
...
git-svn-id: http://piwigo.org/svn/trunk@2172 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-28 06:28:28 +00:00
rub
1d372d29f5
Add Dutch language from Peter Webmaster terwolde.net
...
git-svn-id: http://piwigo.org/svn/trunk@2171 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-27 22:32:02 +00:00
ddtddt
e65d28b266
Update of files admin.lang.php and common.lang.php
...
git-svn-id: http://piwigo.org/svn/trunk@2170 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-25 11:27:58 +00:00
vdigital
5965bd749a
New feature: 745: Separate CSS for slideshow
...
git-svn-id: http://piwigo.org/svn/trunk@2169 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-22 23:49:36 +00:00
rub
e50433eb01
Fix problem with UTF8 and mail
...
git-svn-id: http://piwigo.org/svn/trunk@2168 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-22 06:26:31 +00:00
rub
e480a291cd
Send comment notification only if comment is not validated and $conf is true.
...
git-svn-id: http://piwigo.org/svn/trunk@2166 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-20 22:30:58 +00:00