Age | Commit message (Collapse) | Author |
|
functions that format a unix timestamp into a date+time/date/time
string.
Partial fix for ticket #347.
|
|
users.
Fixes ticket #369
|
|
|
|
|
|
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
|
|
|
|
|
|
tag feeds to the gallery and tag modules respectively. This chould close
ticket #388
|
|
modules that are supplying the feed. The rss controller becomes a router.
In this change the comment and updates fields are distributed.
|
|
api.
|
|
provide the part of the url (the suffix) that they are interested in and the
rss module will format the rest of the url.
|
|
|
|
uploader works.
|
|
|
|
|
|
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
|
|
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
|
|
|
|
68fd196d66e2d21f571ff3b5a673f18cd129abf9 leaving us in a temporarily
broken state.
|
|
run.
|
|
|
|
|
|
allow modules to contribute rss feed links to the rss sidebar block.
Ticket #388.
|
|
Fixes ticket #317
|
|
Fixes ticket #363.
|
|
without using our regular code paths.
|
|
it a second time mangles the urls.
Fixes ticket #360.
|
|
|
|
mod_rewrite installed.
|
|
|
|
|
|
|
|
|
|
|
|
Force a HTTP_HOST so that url::base() works.
|
|
|
|
Convert single to double quotes
Get rid of strtr() + DIRECTORY_SEPARATOR crap.
|
|
47810c9aec1e6b190a1a90505899669a2c89b770
where we adjust the site_domain in config.php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
upgrade is complete.
|
|
|
|
|
|
|
|
|
|
(actually, we did that before: Now removing HTML element attributes since they were delimited by single quotes because PHP's ini parser can't
deal with double-quotes in values.)
Background:
Requiring all l10n messages a) to be well-formed HTML and b) to use double-quotes as HTML element attributes, since the l10n server side
validation normalizes all attribute delimiters to double-quotes). See ticket #254.
|