| 4efb9a42 | 18-Jun-2006 |
Andreas Gohr <andi@splitbrain.org> |
fixed stupid bug in search query parser
darcs-hash:20060618134515-7ad00-3097e310ccdaf793b5da3bd49a54723fea7ec260.gz |
| b203781f | 17-Jun-2006 |
Ben Coburn <btcoburn@silicodon.net> |
fixing edit section bugs
- Final edit section now ignored when there is only one header. - The configuration property 'maxseclevel' is now honored again. - Instructions are not created by th
fixing edit section bugs
- Final edit section now ignored when there is only one header. - The configuration property 'maxseclevel' is now honored again. - Instructions are not created by the handler for edit sections that have a level higher than 'maxseclevel'. These ignored edit sections are merged into the previous edit section.
darcs-hash:20060617223723-05dcb-a1282e827468de00977179c8c8924fb00ec2d56c.gz
show more ...
|
| 301ad18b | 17-Jun-2006 |
Andreas Gohr <andi@splitbrain.org> |
testcase for utf8_substr
darcs-hash:20060617125202-7ad00-bbcce419fca4bac38340bcb2dd148c37b13bd9cb.gz |
| 5cafff96 | 16-Jun-2006 |
Andreas Gohr <andi@splitbrain.org> |
better onload handling
This patch improves the way the window.oninit JavaScript function is called. This function is used to initialiaze all JavaScript funcions attached to the DOM so it needs to be
better onload handling
This patch improves the way the window.oninit JavaScript function is called. This function is used to initialiaze all JavaScript funcions attached to the DOM so it needs to be executed **after** the full DOM was parsed by the browser. Unfortunately currently only Mozilla supports a DOMContentLoaded event. In all other browsers we had to wait for the window.onload event which will only be called after **all** content (including images) was loaded - this caused a visible delay on all JavaScript generated content (like the toolbar) in non-Mozilla browsers.
Dean Edwards now presented a solution [1] which will work for all the bigger Browsers and is used in this patch.
The following browsers now should fire the init event right after parsing the DOM:
All Mozilla based browsers Internet Explorer Safari Opera >
darcs-hash:20060616104539-7ad00-db70d31fcb21cb812cf4982fe80a7d649e2daa1c.gz
show more ...
|
| a6ef4796 | 11-Jun-2006 |
Andreas Gohr <andi@splitbrain.org> |
namespace linking first part
This patch adds namespace linking - formerly known as globalstart patch.
It differs somewhat from the original patch. It is not implemented in getID() but in resolve_pa
namespace linking first part
This patch adds namespace linking - formerly known as globalstart patch.
It differs somewhat from the original patch. It is not implemented in getID() but in resolve_pageid().
It is now possible to link to a "default" file of a namespace ending the linkid with a colon: [[foo:bar:]]
To which page the link links is dependent on the xistance of certain named files. For the above mentioned link [[foo:bar:]] the following pages are checked:
foo:bar:start foo:bar:bar foo:bar
The pages are checked in the order above whatever page is found first will be linked to. If no page is found foo:bar:start will be chosen. BTW: 'start' is the value configured in $conf['start']
Note: autoplural linking is not done for those links
This is just the first patch. Several other locations of the code need to be adjusted to reflect this change and some testing needs to be done (first test cases are supplied within the patch bundle)
Things that maybe need adjustment:
- tpl_youarehere (hierarchical breadcrumbs) - tpl_button back - maybe others (search?)
Patches would be welcome. The best aproach to fix things that don't work is probably making calls to resolve_pageid() instead of simple cleanID() calls.
darcs-hash:20060611184453-7ad00-ba70b0fcf2cb64d4d4f0ce6bd6e437595cd947d3.gz
show more ...
|
| 29f3a5fa | 06-Jun-2006 |
Andreas Gohr <andi@splitbrain.org> |
user the MAILHEADER_EOL in quoted printable encoding
darcs-hash:20060606191953-7ad00-0e8098d5d8f4cf5379f3cce0e6899ac11c20a321.gz |
| 45be45c5 | 27-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
small improvements on JS compressor (maybe fixes #807)
darcs-hash:20060527140157-7ad00-225a9ba66f658cc279cb44ebb04d483291d567d2.gz |
| 29d015e3 | 26-May-2006 |
Ben Coburn <btcoburn@silicodon.net> |
update header test cases 20060526
Also resolves a small p_close anomaly introduced when section edits were given their own instruction.
darcs-hash:20060526170229-05dcb-9509e939b923fe966b901fe5d90ba
update header test cases 20060526
Also resolves a small p_close anomaly introduced when section edits were given their own instruction.
darcs-hash:20060526170229-05dcb-9509e939b923fe966b901fe5d90ba499828a56c1.gz
show more ...
|
| a4a2d4cf | 07-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
metadata hnalding updates, header fixes
This removes the meta instruction again in favour of the new meta renderer. Most tests work now again, a few tweaks were done on the header handler to render
metadata hnalding updates, header fixes
This removes the meta instruction again in favour of the new meta renderer. Most tests work now again, a few tweaks were done on the header handler to render certain headers as it did in earlier versions.
darcs-hash:20060507153113-7ad00-bd299fbe1762482c72d109f9bca776f12bcea7c8.gz
show more ...
|
| c4e0e4a1 | 14-Apr-2006 |
Andreas Gohr <andi@splitbrain.org> |
relative upper links
Now allows links like [[..:..:page]]
darcs-hash:20060414150358-7ad00-88394caabc6ee2ce7137694e2a0c0c98e7534ea5.gz |
| 6d8affe6 | 11-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
enhanced clientIP() function
The function now can optinally return a single IP address and tries to be clever about which one to choose if multiple were supplied through X-Forwarded-For headers
dar
enhanced clientIP() function
The function now can optinally return a single IP address and tries to be clever about which one to choose if multiple were supplied through X-Forwarded-For headers
darcs-hash:20060311185752-7ad00-085bbed7eeffcff0be8f45417d73c13b733c4332.gz
show more ...
|
| 91275a65 | 09-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix for quoted printable encoding
This patch replaces the old mail_quotedprintable_encode function with a better one which makes sure to never split an encoded character. This also makes sure mail h
fix for quoted printable encoding
This patch replaces the old mail_quotedprintable_encode function with a better one which makes sure to never split an encoded character. This also makes sure mail headers aren't wrapped when quoting is needed.
darcs-hash:20060309182459-7ad00-0c442b5422e9727fc70d206f8e1bcd6281536573.gz
show more ...
|
| e838fc2e | 07-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
use nameencoding on superuser check in inc/auth.php
darcs-hash:20060307192928-7ad00-1ec5393d63d536992810fe8f611525d2af4834a2.gz |
| 6c2bb100 | 02-Mar-2006 |
Andreas Gohr <gohr@cosmocode.de> |
Allow non-ID names in ACLs
Some auth backends allow special chars like whitespaces in user and group names. This made problems with the existing ACL checks and ACL manager. This patch makes the ACL
Allow non-ID names in ACLs
Some auth backends allow special chars like whitespaces in user and group names. This made problems with the existing ACL checks and ACL manager. This patch makes the ACL system work with these cases by (url)encoding all special chars below 128.
darcs-hash:20060302101850-6e07b-14bda9dbdb3528904325419b35bb9eddb0d1dde3.gz
show more ...
|
| fdd20f15 | 25-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
removed obsolete toc unit test
darcs-hash:20060225162230-7ad00-3694f6e8d8ae36a3814d2ce09bc400a33a0d89c5.gz |
| 1abfaba4 | 21-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
fixes for utf-8 to/from unicode conversion
The functions utf8_to unicode and unicode_to_utf8 didn't work correctly with some 3 and 4 byte strings. This exchanges those functions against two more sop
fixes for utf-8 to/from unicode conversion
The functions utf8_to unicode and unicode_to_utf8 didn't work correctly with some 3 and 4 byte strings. This exchanges those functions against two more sophisticated ones. It also adds unit testing for them.
darcs-hash:20060221212605-7ad00-7bfefe8c9615d5a7f3b33c279ce79d4200d4778c.gz
show more ...
|
| 10ea5c9f | 24-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
more unit tests fixed - down to 8 fails
darcs-hash:20060124213123-7ad00-c562d502ad0da637f9cf4ebb65c91c5368c2c4b6.gz |
| 389ae2b7 | 22-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
unittest fixes (28 still failing)
darcs-hash:20060122160518-7ad00-fe700b723300fd5f020120c8551eec98ad8f8b1a.gz |
| fd7c2db0 | 22-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
CSS compressor fix
darcs-hash:20060122124613-7ad00-41ed03a1d6668874a324db8bc98aee72ab90e277.gz |
| c00aef76 | 12-Nov-2005 |
Andreas Gohr <andi@splitbrain.org> |
fix for comment stripping in CSS compression
darcs-hash:20051112113822-7ad00-507d694e91f85274266df71b7912690c65bc2b5e.gz |
| 9d9c165e | 08-Nov-2005 |
Andreas Gohr <andi@splitbrain.org> |
html_hilight test cases fixed
darcs-hash:20051108201701-7ad00-956b228ad91dbc0f8b6c8abfaecfc5fce273b012.gz |
| fc1c55b1 | 06-Nov-2005 |
hfuecks <hfuecks@gmail.com> |
get_tests_running_1
darcs-hash:20051106233800-e96b6-90328f1b6cc5c8b25c6e02f113cf80475789d297.gz |
| 4add97cb | 06-Nov-2005 |
hfuecks <hfuecks@gmail.com> |
mock_functions_patch
darcs-hash:20051106221447-e96b6-ff3d9d209aa899273b7116a72fbd3d49d4cc0500.gz |
| 9ab75d9e | 03-Nov-2005 |
Andreas Gohr <gohr@cosmocode.de> |
Table Syntax fixes #280 #591
darcs-hash:20051103162630-6e07b-21520008f556114f8273307e7d6d33795488b1d2.gz |
| 5646f690 | 03-Nov-2005 |
Andreas Gohr <gohr@cosmocode.de> |
a small CSS hack to make the buttons work in IE5.2 Mac
darcs-hash:20051103114701-6e07b-cb87eca037066a21f59da7f14e65986873607e29.gz |