| #
91459163 |
| 04-May-2009 |
Anika Henke <anika@selfthinker.org> |
Purple Numbers (granular hierarchical IDs) - set $conf['purplenumbers'] and adjust your CSS
darcs-hash:20090504222544-f7d6d-fd9e4c771c5aef32dc2927a1da4dfa4fc4f8b4f1.gz
|
| #
bdd8111b |
| 20-Jan-2009 |
Andreas Gohr <gohr@cosmocode.de> |
no H1 tags for empty headlines
darcs-hash:20090120131508-6e07b-a3354fe34f9c54f06a968c6685a04955a8c5a94e.gz
|
| #
109577f5 |
| 17-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
fixed display of local flash files
darcs-hash:20090117194338-7ad00-47d9dd7534ae4005f6742f5572551a0cc7582683.gz
|
| #
851f2e89 |
| 16-Jan-2009 |
Anika Henke <anika@selfthinker.org> |
makes minimum amount of headlines configurable that determines if the TOC is built (FS#1226)
darcs-hash:20090116233507-f7d6d-aaff15652d2e698a4403b3386b5b1eb6c0fa38f3.gz
|
| #
07bf32b2 |
| 16-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
new html_flashobject() function for simple and XHTML valid flash embeds
darcs-hash:20090116174140-7ad00-4eb1fe3269d10cb21819a5b220484b7114cbb4de.gz
|
| #
91df343a |
| 12-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
keep hashes for media files FS#673
darcs-hash:20090112200428-7ad00-d13671952bf807d338c8b31b7e0dbe77c077500e.gz
|
| #
443d207b |
| 26-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
fixed PHP4 incompatibility in sectionID() FS#1553
darcs-hash:20081226161244-7ad00-8c843ea6a06a0d36fc322d109497239ab6ea229c.gz
|
| #
fa8adffe |
| 13-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
removed some illogical path setups
darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.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 ...
|
| #
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 ...
|
| #
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 ...
|
| #
a28fd914 |
| 16-Oct-2008 |
Andreas Gohr <andi@splitbrain.org> |
corrected cell counter class for tables with colspans FS#1506
darcs-hash:20081016193229-7ad00-ce6bba96dbce07cdea1e9567a3fce8c84c424d5b.gz
|
| #
a6f3bd20 |
| 12-Oct-2008 |
Anika Henke <anika@selfthinker.org> |
ycatch space as email link text - again
darcs-hash:20081012194444-f7d6d-124f6788aaff8aedd72ffad5a6a99f6888459b59.gz
|
| #
704fb054 |
| 12-Oct-2008 |
Anika Henke <anika@selfthinker.org> |
ycatch space as email link text (FS#1374)
darcs-hash:20081012173735-f7d6d-a6a04ee3415c0b86748c8859fd02331bd23839f8.gz
|
| #
a7b96b2a |
| 11-Oct-2008 |
Michael Klier <chi@chimeric.de> |
fix for FS#1305
darcs-hash:20081011190300-23886-3d5d5e2d1774a802ce9da841812a8838b2945d86.gz
|
| #
3b1290f5 |
| 11-Oct-2008 |
Michael Klier <chi@chimeric.de> |
FS#1134 remove inline javascript from windows shares
darcs-hash:20081011143946-23886-78628e3ca7ec0c40f5d288c6a9832cd52b8b083b.gz
|
| #
1c882ba8 |
| 11-Oct-2008 |
Andreas Gohr <andi@splitbrain.org> |
make linkonly parameter work for flash files FS#1472
darcs-hash:20081011144459-7ad00-58619ee91188127feb7c26a1d8d6b051c6981505.gz
|
| #
6fe20453 |
| 11-Oct-2008 |
Gina Haeussge <osd@foosel.net> |
Fix for FS#172
darcs-hash:20081011122908-2b4f5-97f0279e58fb8f59bbff03a3c841aad6113e93f2.gz
|
| #
c44b968d |
| 20-Jul-2008 |
Anika Henke <a.c.henke@arcor.de> |
removed all occurrences of onkeypress (FS#1449)
darcs-hash:20080720110738-d5083-50a92498622bd6ca9850da8f9417974fb39ccc3d.gz
|
| #
d2ea3363 |
| 06-May-2008 |
Andreas Gohr <andi@splitbrain.org> |
Support RSS feeds that don't have item links
darcs-hash:20080506210040-7ad00-b516a4fdfde5eab5b0e1773f834ef796af15a594.gz
|
| #
5d568b99 |
| 29-Mar-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
Fix for FS#1350
Inline modes, <php> and <html>, when their associated config setting is off, will generate highlighted text wrapped in a <code> element.
There is a slight change in behaviour for p_
Fix for FS#1350
Inline modes, <php> and <html>, when their associated config setting is off, will generate highlighted text wrapped in a <code> element.
There is a slight change in behaviour for p_xhtml_cached_geshi(), it will now strip leading and trailing blank lines from the input code string.
Also fixes an issue where global $conf wasn't declared, preventing the ['target']['extern'] setting being passed to GeSHi
darcs-hash:20080329194443-f07c6-00db3d502b07a6ff0c7f6e5c74a3691438504bcb.gz
show more ...
|
| #
546d3a99 |
| 10-Mar-2008 |
Andreas Gohr <andi@splitbrain.org> |
another change in highlight handling
Now higlighting phrases are passed as an array which then is quoted correctly when used in a regexp. This should make phrase highlighting work completely correct
another change in highlight handling
Now higlighting phrases are passed as an array which then is quoted correctly when used in a regexp. This should make phrase highlighting work completely correct.
Please everyone test it.
darcs-hash:20080310214939-7ad00-1abefb02dde40edeead50b4fa5c866c46b95ca3a.gz
show more ...
|
| #
68c26e6d |
| 10-Mar-2008 |
Michael Klier <chi@chimeric.de> |
fixed search result linking of pagenames which consist of numbers only
darcs-hash:20080310203620-23886-c6b6828f4cbd47cac4f904a25ca454403adef41c.gz
|
| #
2e7e0c29 |
| 27-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
fixed dates for aggregated RSS
darcs-hash:20080227215222-7ad00-6fc84f0d572490b4b6183602b8be7e6c61199aeb.gz
|
| #
b5742ced |
| 23-Feb-2008 |
Pierre Spring <pierre.spring@liip.ch> |
Table Row And Col Classes
This patch adds classes to the table rows and cells (td and th). This can be of usage when templating and within syntax plugins.
darcs-hash:20080223175808-c3d3e-7338488459
Table Row And Col Classes
This patch adds classes to the table rows and cells (td and th). This can be of usage when templating and within syntax plugins.
darcs-hash:20080223175808-c3d3e-73384884597c56deac774a8a52cd20b639b3039b.gz
show more ...
|