rvelices
2492a87f5f
- fix display of menubar related tags in IE7
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2355 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-23 10:13:15 +00:00
patdenice
4745f49130
Merge from trunk revision 2353.
...
000819: "First" link was mapped with home navigation button
Add trigger_event for menubar.php file in index.php
Minor language correction.
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2354 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-20 00:58:32 +00:00
vdigital
732c696582
Bug 703: Authorization system in Cat management works now with well ordered lists
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2348 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-17 20:16:45 +00:00
vdigital
4fca6fa234
Bug: 740 Language review
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2347 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-16 20:40:36 +00:00
vdigital
619bdc957b
Bug: 314 French language review
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2345 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-16 20:24:38 +00:00
rvelices
097a91db39
- admin multi view plugin allows to view the gallery as any user (not only guest/admin)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2341 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-15 00:09:44 +00:00
rub
59262acebd
Resolved issue 0000825: create_listing_file.php don't work with port server
...
Merge BSF 2336:2337 into branch-1_7
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2338 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-14 21:54:45 +00:00
rub
428763fda6
Admin waiting page was changed to upload, there are a lot time...
...
Merge BSF 2334:2335 into branch-1_7
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2336 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-10 21:26:40 +00:00
rvelices
eca2a6dd94
merge r 2330 from trunk
...
- fix issue when random representant was true
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2331 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-04 09:55:50 +00:00
rvelices
be31d7b2de
just some optimizations (especially for large dbs)
...
- replace some REGEXP with LIKE in sql
- optimized queries for the combination of large data sets with picture_url_style file
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2326 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-03 01:51:50 +00:00
rub
226c61c6f9
French correction
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2319 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-26 19:26:09 +00:00
rvelices
9a4ee7574f
- correct merge error of previous commit
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2311 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-25 23:58:40 +00:00
rvelices
f95f48a226
- merge r2308 and r2309 from trunk to branch-1_7
...
- minor mysql query optimizations
- less mysql queries on the picture page (under some circumstances)
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2310 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-25 23:39:06 +00:00
rvelices
cd30335df7
merge r 2306 from trunk to branch-1_7
...
- merged function ordering() with update_global_rank() and also optimized the queries
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2307 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-20 22:25:40 +00:00
rvelices
e74943520a
- removed some unused code
...
- mass_updates function does not need SELECT VERSION()
- rewrote update_uppercats to avoid db update if no change
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2303 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-19 02:59:18 +00:00
rvelices
3909b99f1e
- merge optimizitation of sql query (in section_init from trunk)
...
- stricter check of url in parse_section_url
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2301 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-08 01:35:02 +00:00
rub
4c92087d6b
Resolved issue 0000815: Email format standardization
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2283 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-18 21:58:48 +00:00
ddtddt
8164f0c66e
bug 814
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2282 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-18 21:19:38 +00:00
rub
fba40ee64c
Resolved issue 0000812: Format error with "$conf['enabled_format_email'] = false;"
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2279 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-17 20:18:31 +00:00
patdenice
c7aea2a7da
Trigger correction in functions_user.inc.php
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2271 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-09 08:10:01 +00:00
rvelices
2f6b60e063
- security fix in profile
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2267 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-08 12:27:08 +00:00
rub
b593bc2f79
Resolved issue 0000807: New slideshow features
...
Change icons by stripy icons
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2258 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-06 21:51:47 +00:00
patdenice
238b1e4412
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/branches/branch-1_7@2236 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-01 15:25:37 +00:00
patdenice
234a64607b
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/branches/branch-1_7@2228 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-29 13:04:00 +00:00
rub
8f354f008e
little corrections
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2220 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27 21:58:20 +00:00
rub
352060bbe9
fix no translation
...
set new slideshow icon
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2219 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27 21:57:28 +00:00
rub
81a509d5bf
Resolved issue 0000712: PWG-ERROR-VERSION on remote synchronization
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2212 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-16 13:22:47 +00:00
rvelices
ea3769d283
enhance keyboard navigation on picture page (first,last,thumbs)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2210 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-15 22:10:26 +00:00
rvelices
e31b4e49d6
merge revisions 2205 and 2206 from trunk to branch-1_7
...
feature 803: Implement keyboard navigation (left/right arrows) on the picture page
fix: non-image elements without representative and without mime type icon default to thumbnail if possible
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2207 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-13 01:25:07 +00:00
rvelices
e3a7b726d2
- small correction (the prefetch of nezt image was not correct on non image pages generating 404 errors)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2203 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-31 01:12:40 +00:00
rub
7bb12f4f48
Replace old use of $lang by l10n function.
...
Merge BSF 2200:2201 into branch-1_7
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2202 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-30 22:16:01 +00:00
rub
49b663ecec
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
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2198 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-27 08:35:49 +00:00
vdigital
a874845d40
Bug with no ref (and maybe 663): Currently if the "Search in subcategories" checkbox was unselected, all existing categories and elements were duplicated.
...
Cause: Wrong comparison between fileserver directory list and already known files in tables.
Resolution: keeping only the selected directory from the file server directory list in such cases,
if that one is still allocated.
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2193 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-23 21:10:13 +00:00
ddtddt
fdf915a2c1
Translation in English and correction of tag </ul>
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2191 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-22 21:17:00 +00:00
vdigital
e4479c9233
Locked bug: Search in sub-categories on synchronize screen has been hidden and replaced by a picture of a checked box.
...
Currently if the real checkbox is unselected, it can duplicate all existing categories.
A Warning message invites webmasters to contact us if they need this option.
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2190 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-22 20:19:51 +00:00
patdenice
69b27bdc31
Place for create empty local files in install.php
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2188 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-20 23:15:03 +00:00
ddtddt
5a07213fba
code's cleaning thank you rub
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2186 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-20 20:21:52 +00:00
ddtddt
8104cb71cf
code's cleaning you rub
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2185 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-20 20:11:00 +00:00
ddtddt
aeacb3f5e9
Correction of the bug 779.
...
File history.hrml in French
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2183 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-20 12:29:38 +00:00
rub
972b8a1a9b
Resolved issue 0000791: recent icon is wrong with winter time
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2181 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-14 21:03:17 +00:00
ddtddt
99c692d369
comit for the bug 782 and 783
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2179 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-12-12 20:19:24 +00:00
rub
1117ff9ed2
Resolved issue 0000784: Mail notification disabled on register user
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2177 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-12-11 06:04:07 +00:00
patdenice
58b1c34aa1
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/branches/branch-1_7@2174 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-29 13:03:15 +00:00
rub
6f66e183a0
French translation correction
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2173 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-28 06:29:09 +00:00
rub
d453f9a7d4
Send comment notification only if comment is not validated and $conf is true.
...
Merge BSF 2165:2166 into branch-1_7
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2167 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-20 22:34:13 +00:00
rvelices
fabfd5eb6e
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/branches/branch-1_7@2158 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-01 23:06:52 +00:00
rub
7cc4ab6fba
Resolved issue 0000774: Statistics & plugin triggers => multi history
...
First part
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2156 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-01 17:06:15 +00:00
rvelices
56a533f3cb
- send status code 403 when attempt to enter a comment, but comments are disabled
...
- added trigger wether we should increment hit count
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2154 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-29 23:10:31 +00:00
rvelices
eab34bed9c
- 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/branches/branch-1_7@2151 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-23 00:08:48 +00:00
rvelices
034e914870
feature 765: Sort alphabetically the admin plugin menus and plugin list
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2143 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-19 02:04:24 +00:00