index
:
piwigo
1.3
1.4
1.5
1.6
1.7
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
improve_access_control
master
translation
copy of piwigo repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
functions.inc.php
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
URL rewrite for chronology: uses $page['chronology'] and
rvelices
2006-03-17
1
-60
/
+78
*
bug fixed: create_navigation_bar take into account clean URL if requested.
plegall
2006-03-16
1
-1
/
+1
*
new: cleaner URL. Instead of category.php?cat=search&search=123&start=42,
plegall
2006-03-15
1
-4
/
+225
*
Step 1 improvement issue 0000301:
rub
2006-03-08
1
-1
/
+1
*
request 290: replace function get_themes name to avoid redeclaration from
plegall
2006-02-20
1
-8
/
+6
*
not include .svn directory in the candidates (get_dirs function) for new themes
nikrou
2006-02-12
1
-1
/
+2
*
remake Remote Site/Synchro - bug on commentable + use l10n instead of get_lang
rvelices
2006-02-11
1
-17
/
+5
*
- remake of Remote sites and Synchronize:
rvelices
2006-02-08
1
-0
/
+14
*
improvement: upgrades id retrieving in include/common.inc.php and
plegall
2006-02-06
1
-1
/
+28
*
Applying coding style guidelines to r1018 and r1019.
plegall
2006-02-01
1
-0
/
+19
*
feature 280: Allow visitors/users to choose image ordering inside a category
rvelices
2006-02-01
1
-0
/
+9
*
Search engine redesign, second part :
plegall
2006-01-27
1
-12
/
+20
*
merge branch 1.5 r1010:1011 into BSF:
nikrou
2006-01-21
1
-5
/
+6
*
Search engine redesign, first part :
plegall
2006-01-20
1
-2
/
+184
*
improve template : split theme from template itself
chrisaga
2005-12-03
1
-4
/
+31
*
* new: history details by month,day
volcom
2005-10-17
1
-0
/
+3
*
- bug fixed: HTML error on nested UL in categories menu.
plegall
2005-09-25
1
-2
/
+5
*
- bug 107 fixed: crash when logging visit on a category containing "'"
plegall
2005-09-18
1
-4
/
+4
*
- improvement: long localized messages are in HTML files instead of $lang
plegall
2005-09-14
1
-22
/
+1
*
- deletion : no mail notification anymore. Feature replaced by RSS feed
plegall
2005-08-24
1
-42
/
+0
*
- new : external authentication in another users table. Previous users table
plegall
2005-08-08
1
-2
/
+7
*
- new function get_name_from_file to centralize the construction of
plegall
2005-06-21
1
-0
/
+25
*
- user list updated : ability to filter list on status. Function get_enums
plegall
2005-04-30
1
-0
/
+30
*
- elements batch management : element_set page becomes the frontend to
plegall
2005-04-16
1
-9
/
+37
*
- functions get_day_list and get_month_list moved from search.php to
plegall
2005-04-11
1
-0
/
+56
*
- new feature : caddie. The purpose is batch management, especially
plegall
2005-03-25
1
-0
/
+21
*
- no use of "realpath" function anymore : this function is too often buggy
plegall
2005-03-12
1
-1
/
+1
*
- bug fixed : errors in notification mails... $conf['webmaster'] as
plegall
2005-03-12
1
-2
/
+2
*
- in case of SQL error, stop execution (prevents from errors in
plegall
2005-02-13
1
-9
/
+2
*
- bug fixed : when a user is the guest user, login saved in history table is
plegall
2005-02-01
1
-7
/
+13
*
- highlight search results disabled before rewrite
plegall
2005-01-20
1
-0
/
+3
*
- deletion of obsolete parameter $conf['max_LOV_categories']
plegall
2005-01-17
1
-38
/
+0
*
- the day of the week is not displayed when year is prior to 1970
plegall
2005-01-16
1
-1
/
+1
*
- use template->parse instead of pparse. (exceptions for install.php and
plegall
2005-01-13
1
-2
/
+3
*
- decrease refresh time to 0 seconds
plegall
2005-01-11
1
-1
/
+1
*
all headers adapted to new year 2005, happy new year
plegall
2005-01-07
1
-1
/
+1
*
- upgrade scripts added for releases 1.3.x
plegall
2005-01-06
1
-7
/
+36
*
- bug fixed on upload : configuration variable $conf['upload_available'] has
plegall
2004-12-30
1
-1
/
+1
*
- register process partly rewritten
plegall
2004-12-28
1
-1
/
+26
*
- admin/update : filesystem synchronization process completely
plegall
2004-12-27
1
-8
/
+7
*
bug on Windows for date 1970-01-01 : Windows refuses to work with 1970-01-01
plegall
2004-11-24
1
-1
/
+3
*
- images.path column added to reduce database access
plegall
2004-11-16
1
-25
/
+10
*
Before 1970, Microsoft Windows can't mktime. format_date changed was changed
plegall
2004-11-09
1
-20
/
+33
*
update headers to comply with GPL
z0rglub
2004-11-06
1
-4
/
+4
*
- DEFAULT_LANGUAGE constant moved to $conf['default_language']
z0rglub
2004-11-05
1
-1
/
+3
*
- function mysql_query replaced by pwg_query : the same with debugging
z0rglub
2004-10-30
1
-18
/
+22
*
- refactoring of comments.php
z0rglub
2004-10-23
1
-0
/
+48
*
-First draft of history display
gweltas
2004-09-26
1
-2
/
+2
*
- huge refactoring of admin/configuration.php (reminder : tabs in code are
z0rglub
2004-09-20
1
-1
/
+1
*
Minor bugs correction
gweltas
2004-09-07
1
-11
/
+1
[next]