| #
16905344 |
| 31-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
first attempt to centralize all include loading
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls.
Parser and
first attempt to centralize all include loading
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls.
Parser and Plugin stuff isn't handled by the class loader yet.
show more ...
|
| #
af14334b |
| 28-Nov-2009 |
Andreas Gohr <andi@splitbrain.org> |
Added access keys for new headline buttons FS#1780
Ignore-this: d776532c15c27963b51ba6d8138815ef
darcs-hash:20091128094916-7ad00-d5d6f8d8ce7f2b23ae370cf141174c52eca75e5b.gz
|
| #
db959ae3 |
| 20-Oct-2009 |
Andreas Gohr <andi@splitbrain.org> |
Coding Standard Cleanup
Ignore-this: 259cb5773c3144c6c706d87298dcf674
darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
|
| #
f2263577 |
| 07-Oct-2009 |
Andreas Gohr <gohr@cosmocode.de> |
New dformat() function for fuzzy date support
Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17
It is now possible to use the %f placeholder in $conf['dformat'] to add a fuzzy age string.
Template dev
New dformat() function for fuzzy date support
Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17
It is now possible to use the %f placeholder in $conf['dformat'] to add a fuzzy age string.
Template developers and plugin authors should replace their strftime + $conf['dformat'] calls with calls to the new dformat() function.
Example:
%Y/%m/%d %H:%M (%f) produces dates like this:
2009/09/16 10:36 (3 weeks ago)
darcs-hash:20091007133614-6e07b-677108d1b43928ef8fd886813e43514507b5e073.gz
show more ...
|
| #
7ba342d5 |
| 04-Sep-2009 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
new headline icons for the editor toolbar
The old icons weren't very clear and confused many people. This set of icons describe more clearly what the buttons will do. Furthermore the sequence of the
new headline icons for the editor toolbar
The old icons weren't very clear and confused many people. This set of icons describe more clearly what the buttons will do. Furthermore the sequence of the buttons changed to put the most used bottons in front.
darcs-hash:20090904164002-7ef76-d4d5514edbdcb1dfb85c10833367dce785b0aca7.gz
show more ...
|
| #
73a509d7 |
| 27-Aug-2009 |
Andreas Gohr <gohr@cosmocode.de> |
added class for headline picker
Ignore-this: 6aee01f1e872490512480ff8cac566be
darcs-hash:20090827142929-6e07b-2aba4d2ac75c870f0c6e4ec903ec3c9ce5863842.gz
|
| #
977306d5 |
| 27-Aug-2009 |
Andreas Gohr <gohr@cosmocode.de> |
removed obsolete internal link toolbar button
Ignore-this: 62264fd057c80fb8fa70f53481f2875b
darcs-hash:20090827124504-6e07b-fdaca499874511bf1f262cc65fb194d1083db1e8.gz
|
| #
56dfcc12 |
| 12-Aug-2009 |
Andreas Gohr <gohr@cosmocode.de> |
Link Wizard added
Ignore-this: c15561aa909f921f7845576378851b93
This adds a new link wizard to the toolbar which helps users to find the page the want to link to.
Pages can be found by a simple pa
Link Wizard added
Ignore-this: c15561aa909f921f7845576378851b93
This adds a new link wizard to the toolbar which helps users to find the page the want to link to.
Pages can be found by a simple page name search or by browsing the existing namespaces.
This is the first checkin. Some cleanup and MSIE compatibility checks remain.
note: development was part of the ICKE 2.0 project see http://www.icke-projekt.de for info
darcs-hash:20090812102302-6e07b-fcc564fcaf2ed6aa832918870dd0f92607748687.gz
show more ...
|
| #
201ea5f3 |
| 04-Aug-2009 |
Andreas Gohr <andi@splitbrain.org> |
improved list handling
Ignore-this: 2e4f3fbfb28917ee66cf3e1925c806d3
This patch adds multiple enhancements to handling lists and indented code blocks in the editor.
1. Pressing enter when in a lis
improved list handling
Ignore-this: 2e4f3fbfb28917ee66cf3e1925c806d3
This patch adds multiple enhancements to handling lists and indented code blocks in the editor.
1. Pressing enter when in a list item or code block will keep the indention and adds a new list point 2. Pressing space at the start of a list item will indent the item to the next level 3. Pressing bckspace at the start of a list item will outdent the item to the previous level or delete the list bullet when you are at the 1st level already 4. A new type of formatting button called formatln is added. It applies formatting to several lines. It's used for the list buttons currently and makes it possible to convert mutiple lines to a list
This enhncement are currently only tested in Firefox are most likely to break IE compatibility. A compatibility patch will be submitted later
note: development was part of the ICKE 2.0 project see http://www.icke-projekt.de for info
darcs-hash:20090804095707-7ad00-e565c66087c7121188ad7ece8265d9f64f7e6947.gz
show more ...
|
| #
a4b53097 |
| 03-Jun-2009 |
Andreas Gohr <gohr@cosmocode.de> |
accesskeys for list items
Ignore-this: 321cb1598c9aacaf00e21f5a54d1a1cc
darcs-hash:20090603092328-6e07b-460c69393d6c486bb534400b9dcb0ddcacf74b92.gz
|
| #
a2be6cd9 |
| 28-May-2009 |
Andreas Gohr <andi@splitbrain.org> |
new headline mechanism in the toolbar
Ignore-this: f87882b727bcf6ea067945eea0f158b1
The toolbar now features three new buttons to insert a headline. Instead of asking the user for the headline leve
new headline mechanism in the toolbar
Ignore-this: f87882b727bcf6ea067945eea0f158b1
The toolbar now features three new buttons to insert a headline. Instead of asking the user for the headline level it asks if she wants a higher, lower or equally leveled section (relative to the current one).
This means the user no longer has to count in which section she currently is and encourages users to use the proper order of headline levels.
To make room in the toolbar, the old buttons have been moved in a picker.
darcs-hash:20090528155327-7ad00-e384cd7e45cb192657e29c875f46e3676d47f367.gz
show more ...
|
| #
6b6da7f5 |
| 28-May-2009 |
Andreas Gohr <andi@splitbrain.org> |
more javascript refactoring
Ignore-this: 10badc0f97ef80fcd366ae4622c43ff1
darcs-hash:20090528121543-7ad00-df34efabe84c632df9ef0c6fd691c991d2c3ac82.gz
|
| #
de4e429d |
| 15-Apr-2009 |
Andreas Gohr <andi@splitbrain.org> |
late add DOKU_BASE for media popup
Ignore-this: 172ae2884fca0ee74d3b9c88c829dabe
darcs-hash:20090415185449-7ad00-f9689ddbb2cc4a77aeb7a0cde338ca107187c0d5.gz
|
| #
03c89b24 |
| 12-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
back to "normal" greek letters + common wiki markup in charpicker FS#1537
This changes the greek letters in the char picker from the more correct mathematical symbols back to the "normal" ones cover
back to "normal" greek letters + common wiki markup in charpicker FS#1537
This changes the greek letters in the char picker from the more correct mathematical symbols back to the "normal" ones covered in more fonts.
It also adds a few common chars used in wiki markup. This is handy when having to edit a page from a foreign computer with an unknown charmap (ie. a PC user at a Apple keyboard ;-))
darcs-hash:20090112190254-7ad00-81596ef2f56a7f2bdbe2cb812d9defaad1f4396a.gz
show more ...
|
| #
fa8adffe |
| 13-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
removed some illogical path setups
darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz
|
| #
83434a91 |
| 12-Oct-2008 |
Andreas Gohr <andi@splitbrain.org> |
missing toolbar changes for FS#1492
darcs-hash:20081012170133-7ad00-6f9ddb04e9c00341691b2339c3aedfa79e59d565.gz
|
| #
d27d0a5a |
| 11-Oct-2008 |
Gina Haeussge <osd@foosel.net> |
Insert horizontal rule on a newline (FS#1402)
darcs-hash:20081011170252-2b4f5-7a68add2ec378c1be08be11c630f0ebca2b7c388.gz
|
| #
e656dcd4 |
| 23-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
use strftime() instead of date() FS#1335 :!:
This patch replaces the use of the date() function with the strftime() function. The latter will respect a set locale and will use localized strings for
use strftime() instead of date() FS#1335 :!:
This patch replaces the use of the date() function with the strftime() function. The latter will respect a set locale and will use localized strings for things like month names.
Because the format options for strftime differ from the ones used in date, DokuWiki will rest the value of $conf['dformat'] if it contains an old date format string (detected by missing % characters).
Plugins or templates using the $conf['dformat'] need to be updated.
darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz
show more ...
|
| #
1b2abcf9 |
| 03-Dec-2007 |
Andreas Gohr <andi@splitbrain.org> |
construct toolbar signature from $INFO (FS#1274)
darcs-hash:20071203191945-7ad00-76968829ba4b20bf10e453eadaed0216e05e61de.gz
|
| #
00976812 |
| 30-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups.
This patch replaces all realpath() calls with a PHP only replacement which should solve those problems.
darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
show more ...
|
| #
014b95e7 |
| 31-Mar-2007 |
Anika Henke <a.c.henke@arcor.de> |
some additional chars for the picker
darcs-hash:20070331195443-d5083-36f61ad612294808fe50c70b820fe0d33d232a65.gz
|
| #
8b3b5ebb |
| 27-Feb-2007 |
Esther Brunner <wikidesign@gmail.com> |
TOOLBAR_DEFINE event
darcs-hash:20070227124005-20862-312600c2763c491bed9c0cbf6e6b5e7b680dda15.gz
|
| #
71b40da2 |
| 11-Feb-2007 |
Anika Henke <a.c.henke@arcor.de> |
language-specific quotation marks (FS#438)
darcs-hash:20070211172015-d5083-2cab923b001391012a0a469746438d4d4087a718.gz
|
| #
e71ce681 |
| 03-Oct-2006 |
Andreas Gohr <andi@splitbrain.org> |
use DOKU_URL as key for sessions and auth cookie #896 #581 #884
This patch changes the DOKU_COOKIE define to be based on the DOKU_URL define. DOKU_COOKIE is now used as session key as well, making s
use DOKU_URL as key for sessions and auth cookie #896 #581 #884
This patch changes the DOKU_COOKIE define to be based on the DOKU_URL define. DOKU_COOKIE is now used as session key as well, making sessions no longer dependend on the title option. This should fix problems with multiple wikis on the same host (using the same title) and wikis accessed through different URLs.
darcs-hash:20061003121546-7ad00-aea4c256b7752815ed422ce74a659152a601d267.gz
show more ...
|
| #
746855cf |
| 10-Jul-2006 |
Ben Coburn <btcoburn@silicodon.net> |
cleanup undefined constant notices
Undefined constants replaced with strings, see http://www.php.net/manual/en/language.types.array.php#language.types.array.foo-bar
darcs-hash:20060710091820-05dcb-
cleanup undefined constant notices
Undefined constants replaced with strings, see http://www.php.net/manual/en/language.types.array.php#language.types.array.foo-bar
darcs-hash:20060710091820-05dcb-cfccff2bdd633b929470c60d8eee096f50ab4c18.gz
show more ...
|