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
rub
6c66b11889
Change language_switch index file
...
git-svn-id: http://piwigo.org/svn/trunk@2165 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-20 22:04:42 +00:00
vdigital
6b9d509b08
Czech language flag
...
Corrective: remove unneeded load_language() calls.
git-svn-id: http://piwigo.org/svn/trunk@2164 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-20 21:37:05 +00:00
vdigital
65dbaa60c2
Add is_generic function
...
git-svn-id: http://piwigo.org/svn/trunk@2163 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-19 20:12:22 +00:00
vdigital
4601ff1c36
Minor code review
...
git-svn-id: http://piwigo.org/svn/trunk@2162 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-19 19:51:54 +00:00
vdigital
51e3d211c8
New: Language Switch plugin support
...
git-svn-id: http://piwigo.org/svn/trunk@2161 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-18 19:59:33 +00:00
patdenice
ee4fbd7cec
Add plugin "Extended Description".
...
This plugin allow multilanguage descriptions.
git-svn-id: http://piwigo.org/svn/trunk@2160 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-18 14:54:18 +00:00
rvelices
711018af5e
merge -r 2158 from branch-1_7 to trunk
...
fix: in page_header.php U_HOME template var was overwriting the ones from every page -> now it is always make_index_url
fix: unvalidated comments use start end for RSS instead of end only (otherwise google reader creates a new item every time it downloads the feed)
git-svn-id: http://piwigo.org/svn/trunk@2159 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-01 23:08:27 +00:00
rub
279f14eff9
Resolved issue 0000774: Statistics & plugin triggers => multi history
...
First part
Merge branch-1_7 2155:2156 into BSF
git-svn-id: http://piwigo.org/svn/trunk@2157 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-01 17:11:52 +00:00
rvelices
831694b4d1
- send status code 403 when attempt to enter a user comment, but comments are disabled
...
- don't increase hit count when a comment is posted
- remove the check of user ip agains spamhaus.org when a comment is entered (my conclusion is that is useless)
git-svn-id: http://piwigo.org/svn/trunk@2155 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-29 23:39:41 +00:00
rub
f33617a5b8
Add Spanish translations from ddtddt .
...
git-svn-id: http://piwigo.org/svn/trunk@2153 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-26 22:09:16 +00:00
rvelices
6477e12654
merge r 2151 from branch-1_7 to trunk
...
- update last_check from time to time even if no news, so that we don't delete used feeds
git-svn-id: http://piwigo.org/svn/trunk@2152 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-23 00:10:49 +00:00
rub
6a88ab4960
Add capital letter on administration maintenance.
...
git-svn-id: http://piwigo.org/svn/trunk@2150 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-22 21:22:04 +00:00