Age | Commit message (Collapse) | Author |
|
Starting a text/html mime type document with <?xml causes some browsers (previous version of Opera and IE) to switch to Quirks Mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$id is not defined, should be $this->id
|
|
notice as a status update
|
|
|
|
with attachment views as well (Ticket 1761)
|
|
appends own username
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://laconi.ca/trac/ticket/873
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Undefined index: HTTP_X_FORWARDED_FOR
Undefined index: HTTP_CLIENT_IP
Undefined variable: proxy
Also fixed the return value order to match calls to common_client_ip() in actions/api.php and lib/rssaction.php
|
|
|
|
|
|
|
|
'session_name'"
|
|
|
|
for api consumers.
|
|
|
|
colours from the theme. This approach removes data that was
previously available in HTML. It was only necessary if the user wanted
to know the site's default values.
|
|
|
|
I added some code so that the site-wide design can be set, using the
configuration interface.
I also moved the configuration option from
$config['site']['design']['background'] to just
$config['design']['background'], but the old syntax will still work.
Conflicts:
config.php.sample
|
|
|
|
|
|
colours from the theme. This approach removes data that was
previously available in HTML. It was only necessary if the user wanted
to know the site's default values.
|
|
|