summaryrefslogtreecommitdiff
path: root/inc/common.php
Commit message (Expand)AuthorAge
* Change when metadata is rendered - only when really neededMichael Hamann2011-05-08
* Remove deprecated call-time pass-by-reference in inc/common.phpMichael Hamann2011-04-27
* Fix namespace template loading (load $data['tplfile'] instead of $data['tpl'])Michael Hamann2011-02-07
* handle link local and localhost IPv6 addresses in clientIP FS#2138Andreas Gohr2011-02-06
* Replace COMMON_PAGE_FROMTEMPLATE with COMMON_PAGETPL_LOAD eventAndreas Gohr2011-02-03
* Remove trailing whitespace in buildAttributes outputAdrian Lang2011-01-12
* Allow a prefix for subject of sent mails (Close FS#2021)Guy Brand2010-12-31
* Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fixMichael Hamann2010-11-30
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
* Fix for $conf['breadcrumbs'] < 0, FS#2107Michael Hamann2010-11-26
* Merge branch 'sitemap'Michael Hamann2010-11-12
|\
| * Merge branch 'master', remote branch 'sitemap/master'Michael Hamann2010-11-02
| |\
| | * Merge remote branch 'origin/master' into sitemapMichael Hamann2010-10-10
| | |\
| | * | Sitemap rewriteMichael Hamann2010-09-22
* | | | handle mailfrom replacements in a central place FS#2091Andreas Gohr2010-11-05
|/ / /
* | / Correctly handle non-default sepchars in page templates (FS#2057)Adrian Lang2010-10-11
| |/ |/|
* | Truncate wiki name in sent mail (FS#2021)Guy Brand2010-10-03
* | FS#1928: Keep mlist file upon page deletion to persist subscribers for later ...Gina Haeussge2010-10-02
* | Small fixes / cleanupAdrian Lang2010-09-28
|/
* Strip whitespace from X-FORWARDED-FOR FS#1996Marcel Pennewiß2010-07-16
* URL-encode keys as wellAdrian Lang2010-07-15
* Workaround for IE& redirect to hash bug FS#1647Andreas Gohr2010-06-26
* Store undisplayed msg's in session on redirectAndreas Gohr2010-06-13
* php_to_byte returns invalid value if unit not setOtto Vainio2010-06-07
* Add missing at signAdrian Lang2010-04-12
* Add NAME and MAIL macros to notify()andywebber2010-04-11
* Fixes variable replacement during _template.txt parsingstretchyboy2010-03-31
* Rewrite wikitext slicing for section editsAdrian Lang2010-03-23
* typo fixedAndreas Gohr2010-03-18
* Merge branch 'requireall'Andreas Gohr2010-03-12
|\
| * removed more unneeded require_once() callsAndreas Gohr2010-02-01
| * first attempt to centralize all include loadingAndreas Gohr2010-01-31
* | Move & rename HTML_PAGE_FROMTEMPLATE to common.phpAdrian Lang2010-03-10
* | Add missing global declarationAdrian Lang2010-03-09
* | Disable locking when locktime is zeroDaniel Calviño Sánchez2010-02-15
* | USERINFO instead of INFO['userinfo'] in tpl parsingAdrian Lang2010-02-03
* | Move page template parsing to an own functionAdrian Lang2010-02-03
|/
* Add events to subscription.Adrian Lang2010-01-20
* New mail subscription with digestAdrian Lang2010-01-20
* some more coding standard compliance updatesAndreas Gohr2010-01-15
* temporary workaround against PHP bug #49733Kazutaka Miyasaka2009-12-01
* Small documentation update for notifyAdrian Lang2009-11-09
* Emit less E_NOTICEs and E_STRICTsAdrian Lang2009-11-04
* New dformat() function for fuzzy date supportAndreas Gohr2009-10-07
* Added datetime to fuzzy age functionAndreas Gohr2009-10-07
* Whitespace cleanup FS#1709furun2009-10-16
* require a hash in fetch.php for external URLs FS#1769Andreas Gohr2009-10-06
* changed namespace shortening character to ellipsis FS#1734Andreas Gohr2009-07-27
* Change expensive uses of split to the much faster explode.Tom N Harris2009-05-28
* Don't check for CSRF attacks when no user is logged in FS#1619Andreas Gohr2009-05-27