.. |
php_compat
|
Update svn properties (svn:eol-style and svn:keywords)
|
2007-03-16 06:30:07 +00:00 |
ws_protocols
|
Update svn properties (svn:eol-style and svn:keywords)
|
2007-03-16 06:30:07 +00:00 |
calendar_base.class.php
|
Updates:
|
2007-03-13 22:44:45 +00:00 |
calendar_monthly.class.php
|
web service: added method to query search elements
|
2007-02-19 16:25:47 +00:00 |
calendar_weekly.class.php
|
Update svn properties (svn:eol-style and svn:keywords)
|
2007-03-16 06:30:07 +00:00 |
category_cats.inc.php
|
Replace old use of $lang by l10n function.
|
2008-01-30 22:16:01 +00:00 |
category_default.inc.php
|
merge revisions 2121, 2122 and 2123 from trunk to branch-1_7
|
2007-10-08 23:13:56 +00:00 |
class_smtp_mail.inc.php
|
Resolved 0000580: Send mail by define smtp configuration
|
2007-09-25 21:49:21 +00:00 |
common.inc.php
|
Replace old use of $lang by l10n function.
|
2008-01-30 22:16:01 +00:00 |
config_default.inc.php
|
Resolved 0000580: Send mail by define smtp configuration
|
2007-09-25 21:49:21 +00:00 |
constants.php
|
Change PWG version to "branch 1.7"
|
2007-04-06 17:34:28 +00:00 |
feedcreator.class.php
|
RSS feed improvements:
|
2006-09-18 22:51:09 +00:00 |
filter.inc.php
|
Change initialization of $filter in order to prevent of problem with some systems
|
2007-09-29 22:38:49 +00:00 |
functions.inc.php
|
merge revisions 2121, 2122 and 2123 from trunk to branch-1_7
|
2007-10-08 23:13:56 +00:00 |
functions_calendar.inc.php
|
- refactoring page['category'] before 1.7 release
|
2007-02-27 01:56:16 +00:00 |
functions_category.inc.php
|
- merge r 2117 from trunk (render_category_description and render_category_literal_description events refactoring)
|
2007-10-02 05:42:22 +00:00 |
functions_comment.inc.php
|
Send comment notification only if comment is not validated and $conf is true.
|
2007-11-20 22:34:13 +00:00 |
functions_filter.inc.php
|
Update svn properties (svn:eol-style and svn:keywords)
|
2007-03-16 06:30:07 +00:00 |
functions_group.inc.php
|
- improvement: long localized messages are in HTML files instead of $lang
|
2005-09-14 21:57:05 +00:00 |
functions_html.inc.php
|
Replace old use of $lang by l10n function.
|
2008-01-30 22:16:01 +00:00 |
functions_mail.inc.php
|
Resolved issue 0000763: mail triggers:
|
2007-10-16 20:45:00 +00:00 |
functions_metadata.inc.php
|
- better code in filter.inc.php (remove unused code + filter is not reseted
|
2007-01-11 05:10:16 +00:00 |
functions_notification.inc.php
|
fix: in page_header.php U_HOME template var was overwriting the ones from every page -> now it is always make_index_url
|
2007-11-01 23:06:52 +00:00 |
functions_picture.inc.php
|
Updates:
|
2007-03-13 22:44:45 +00:00 |
functions_plugins.inc.php
|
Plugins: new way of adding links and content to administration pages...
|
2007-01-09 11:38:54 +00:00 |
functions_rate.inc.php
|
- fix very rare sql error (duplicate key) for rating
|
2007-09-20 01:00:16 +00:00 |
functions_search.inc.php
|
merge 2043 from trunk to branch-1_7
|
2007-06-23 19:42:56 +00:00 |
functions_session.inc.php
|
Issue 0000619: bad result of cookie_path() function
|
2007-05-14 21:09:21 +00:00 |
functions_tag.inc.php
|
Plugins:
|
2007-02-23 13:18:34 +00:00 |
functions_url.inc.php
|
Resolved 0000738: Double port on url
|
2007-08-30 05:30:19 +00:00 |
functions_user.inc.php
|
Resolved issue 0000784: Mail notification disabled on register user
|
2007-12-11 06:04:07 +00:00 |
functions_xml.inc.php
|
New: #images.high_filesize was added so that we can sum the filesizes in the
|
2007-03-09 16:28:49 +00:00 |
index.php
|
Update index.php header.
|
2007-03-16 06:15:27 +00:00 |
menubar.inc.php
|
Replace old use of $lang by l10n function.
|
2008-01-30 22:16:01 +00:00 |
page_header.php
|
Add second parameter for render_category_description to differentiate both triggers in category_cats.inc.php and section_init.inc.php.
|
2007-11-29 13:03:15 +00:00 |
page_tail.php
|
Replace old use of $lang by l10n function.
|
2008-01-30 22:16:01 +00:00 |
picture_comment.inc.php
|
- send status code 403 when attempt to enter a comment, but comments are disabled
|
2007-10-29 23:10:31 +00:00 |
picture_metadata.inc.php
|
Updates:
|
2007-03-13 22:44:45 +00:00 |
picture_rate.inc.php
|
Replace old use of $lang by l10n function.
|
2008-01-30 22:16:01 +00:00 |
section_init.inc.php
|
Replace old use of $lang by l10n function.
|
2008-01-30 22:16:01 +00:00 |
template.php
|
- fix: quick search error if the query term contained " or '
|
2007-09-19 03:06:16 +00:00 |
user.inc.php
|
Resolved issue 0000784: Mail notification disabled on register user
|
2007-12-11 06:04:07 +00:00 |
ws_core.inc.php
|
- fix set_status_header for fastCGI installations that are strict in terms of http protocol (1.0 or 1.1)
|
2007-07-06 01:04:50 +00:00 |
ws_functions.inc.php
|
merge rev 2119 from trunk
|
2007-10-03 23:38:37 +00:00 |