| 3dea4ebc | 12-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
moved no purg on referer code to the correct position
darcs-hash:20081212225011-7ad00-dbd829b7c617cc519735525522c3155df506cb2b.gz |
| b328697d | 13-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
don't check for file existance in fullpath() by default
In most (all) calls to fullpath() the existance of the resulting path is not important or is checked externally, so checking inside fullpath()
don't check for file existance in fullpath() by default
In most (all) calls to fullpath() the existance of the resulting path is not important or is checked externally, so checking inside fullpath() is a waste of CPU cycles.
darcs-hash:20081213083355-7ad00-4987a85950a13e5d3c527b3b17b1092e0fa1c567.gz
show more ...
|
| 58e3a7bf | 12-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
ignore purge command when HTTP referer is set
darcs-hash:20081212222614-7ad00-0b69e3b788b8ee3423cbbd9fb32868234ca679ca.gz |
| 5c93146a | 10-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
make use of the new useHeading() function in the revert plugin
darcs-hash:20081210174256-7ad00-90a1f8d17c913d0ecabec80c0842a3afb3c667b1.gz |
| a249681d | 10-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
Added a MEDIAMANAGER_STARTED event
darcs-hash:20081210172924-7ad00-ad1e7a0c23f8df5c76878e3e8718f6e93020ffd1.gz |
| 3bde27bf | 10-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
fixed a problem with displaying current ACLs for group/user names with special chars
darcs-hash:20081210172333-7ad00-f4a35cfa079a380eedd99c5141e480959864fd38.gz |
| e32241a2 | 07-Dec-2008 |
Robin Kluth <commi1993@googlemail.com> |
German language update
darcs-hash:20081207165012-1b343-8b9e7c4dccc5aa6ce1e11e9a97dbfad3044bef31.gz |
| 33815ce2 | 07-Dec-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
Change search index min. token length to a define (IDX_MINWORDLENGTH)
Currently the min. token length is 3 (note, this doesn't apply to numeric tokens). The value set in inc/indexer.php can be overr
Change search index min. token length to a define (IDX_MINWORDLENGTH)
Currently the min. token length is 3 (note, this doesn't apply to numeric tokens). The value set in inc/indexer.php can be overridden by defining IDX_MINWORDLENGTH elsewhere (e.g. conf/local.protected.php).
darcs-hash:20081207161129-f07c6-6432947fe5d74666409d1e00222eaa489374c32f.gz
show more ...
|
| ab91b35c | 07-Dec-2008 |
Gina Haeussge <osd@foosel.net> |
HTTP client should accept all HTTP response codes in the 200 range
darcs-hash:20081207001900-2b4f5-5d2e6fca1c443884fe7901074be7220c655d0f4a.gz |
| a6039913 | 05-Dec-2008 |
Guillaume Turri <guillaume.turri@ecl2008.ec-lyon.fr> |
French language update
darcs-hash:20081205090229-74baf-6dff489c6729923fdd512cbfac17707ea03edc06.gz |
| 7c6a1595 | 05-Dec-2008 |
Jeferson Propheta <Jeferson.Propheta@dana.com> |
Brazilian Portuguese language update
darcs-hash:20081205085700-73425-00df7f340719a30f0bfd65c55b36ab0735583031.gz |
| ecebf3a8 | 02-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
Make content-disposition configurable in mime.conf FS#1541
With this patch it is possible to define if a file should be served as download or be displayed inside the browser (if supported) by config
Make content-disposition configurable in mime.conf FS#1541
With this patch it is possible to define if a file should be served as download or be displayed inside the browser (if supported) by configuring it in conf/mime.conf
Mimetypes that should be served with a "Content-Disposition: attachment" header need to be prefixed with a exclamation mark. All others will be served inline.
This will also fix a Problem with Flash 10.
darcs-hash:20081202210322-7ad00-6e7ef30aff9322cd135311be77809187da121f3b.gz
show more ...
|
| 02a002e9 | 01-Dec-2008 |
Flavio Veras <flaviove@gmail.com> |
Brazilian portuguese update
darcs-hash:20081201231425-cdf66-cb61f0d5fa1e51ea8e91c3e29c87341a5e3ca9ff.gz |
| 96f6f8a1 | 01-Dec-2008 |
Cihan Kahveci <kahvecicihan@gmail.com> |
Turkish language update
darcs-hash:20081201230816-2225f-f163b076905dc112b165c6983b394cb28e57f27b.gz |
| 4ceab83f | 01-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
Better creation of section IDs FS#1536
This patch enhances the creation of section IDs for number only headlines. It also moves section ID creation to a function in pageutils.php removing some dupli
Better creation of section IDs FS#1536
This patch enhances the creation of section IDs for number only headlines. It also moves section ID creation to a function in pageutils.php removing some duplicate functionality in inc/action.php
darcs-hash:20081201215539-7ad00-48f3c153a2c126d9fb06aa90e4f1b857f76ebec7.gz
show more ...
|
| 137ce95a | 01-Dec-2008 |
Michael Klier <chi@chimeric.de> |
remove linebreaks from language files FS#1035
darcs-hash:20081201212346-23886-81f2bc6c2c021b3f1e9c7367d8ffbab12700e379.gz |
| ac4cba6f | 30-Nov-2008 |
Frank Muehlschlegel <muehlsch@cs.uni-bonn.de> |
Fix tgz extraction bug on Windows Systems
This patch fixes a problem in the TarLib when running on Windows-Systems.
darcs-hash:20081130140738-ed43e-4cd9586d41184911f968a9fd860b2bec821d7db6.gz |
| fe9ec250 | 19-Nov-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links
$conf['useheading'] values are now: - 0 : off, use page name in link text - 'content' :
FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links
$conf['useheading'] values are now: - 0 : off, use page name in link text - 'content' : use first heading text for links in wiki page content - 'navigation' : use first heading text for links in non-page content, e.g. breadcrumps, backlinks, search results, etc. - 1 : use first heading text in all links (for backwards compatibility, any other values are mapped to 0 or 1 by empty() function.)
$conf['useheading'] value should now be checked using the useHeading($linktype) function, where linktype can be "content" or "navigation"
darcs-hash:20081119140758-f07c6-6e26456d50dcecc949fada31b0d4e72877fde1cc.gz
show more ...
|
| 078467f9 | 25-Nov-2008 |
Anika Henke <anika@selfthinker.org> |
improved faulty descriptions for typography config options (en + de)
darcs-hash:20081125174711-f7d6d-3ab79afebb8fdb2b29273bf39a79ba3ed681c4b8.gz |
| 5adfc5af | 21-Nov-2008 |
Anika Henke <anika@selfthinker.org> |
yfixed typo that caused screwed up charset in export_raw
darcs-hash:20081121203311-f7d6d-5cf707afd1c1c4a0d0efc664855cda65233163a2.gz |
| 25b2a98c | 17-Nov-2008 |
Michael Klier <chi@chimeric.de> |
show update profile dialog only when logged in
darcs-hash:20081117154409-23886-d0ad833c6bcf96bcc54f6998397de90ff07b7686.gz |
| 0664e680 | 27-Nov-2008 |
Mohsen <info@mambolearn.com> |
Persian language update
darcs-hash:20081127154301-2faaa-aab154895ba76049c4ba8ae86d34471694dc5311.gz |
| df71d277 | 27-Nov-2008 |
lw <kamufla@wp.pl> |
Polish language update
darcs-hash:20081127154111-23fc2-fc3e8d00faf76013fd7d18dba03e642679b1d175.gz |
| 30c715ce | 27-Nov-2008 |
Padmanabh Suresh Kulkarni <PadmanabhS_Kulkarni@infosys.com> |
Marathi language update
darcs-hash:20081127153520-8bc3f-399c2dfd3870b76e230a42479864f4864712aeda.gz |
| 433efb25 | 10-Nov-2008 |
Andreas Gohr <andi@splitbrain.org> |
always show IP addresses to managers
darcs-hash:20081110003321-7ad00-79f0d66e0a7094911067555e055d63f8dfbfd46d.gz |