History log of /dokuwiki/ (Results 7726 – 7750 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3e23cbfd14-Aug-2009 Andreas Gohr <andi@splitbrain.org>

More Link wizard cleanup

Ignore-this: 100b66fbe26d82dfd6cffba751cf6992

darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz

7fe97caa14-Aug-2009 Andreas Gohr <andi@splitbrain.org>

fix scrolling on keyboard select in LinkWizard

Ignore-this: 831a3252b5cb7c3f8658c377f60c0a95

darcs-hash:20090814105344-7ad00-6643571c3363ceb25d818246cf1425e3db6c8216.gz

96ed8edc14-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

added missing images

Ignore-this: aad736c38ba3e5070502a73843c8b64d

darcs-hash:20090814100605-6e07b-838ef316d246755fb3b7000f6fb583a9ef1848ca.gz

55be22a114-Aug-2009 Andreas Gohr <andi@splitbrain.org>

small JS fix

Ignore-this: 42bc05343dabfa0b7cb7b14b9ba61834

darcs-hash:20090814092553-7ad00-89080ef0ba30d25b3d85afbb8a0a29a6e28b7b07.gz

6392c3b612-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

simplify JavaScript loading

Ignore-this: 7637977e042ed8ba7e9e9097f9e9f03f

This patch removes the differences between the JavaScript loaded in
edit and view modes.

* increases the amount of JavaS

simplify JavaScript loading

Ignore-this: 7637977e042ed8ba7e9e9097f9e9f03f

This patch removes the differences between the JavaScript loaded in
edit and view modes.

* increases the amount of JavaScript that is loaded initially
* decreases the number of requests
* only one cache for all javascript
* all javascript is available in view mode

The last point is the most important as it makes a lot of functionality
available to plugins working in the view mode. The discussion plugin
now can reuse the toolbar code for example.

Note: development is part of ICKE 2.0 project
http://www.icke-projekt.de

darcs-hash:20090812194007-6e07b-c8a71dedf506065a95d8b84b55aafce67810236c.gz

show more ...

0071aa2112-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

Language file cleanups for JS changes

Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307

Removed unused string, move another string to the [js] subarray.

darcs-hash:20090812191138-6e07b-65db1b7560d437f

Language file cleanups for JS changes

Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307

Removed unused string, move another string to the [js] subarray.

darcs-hash:20090812191138-6e07b-65db1b7560d437fb26a1a4d0095cd768b2c9af01.gz

show more ...

6977dcef12-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

make dragged objects stylable via CSS

Ignore-this: ae47b532b80d10868e82e0ccc5c963d1

A DOM object that is dragged through the new drag Object gets the ondrag
assigned.

note: development was part of

make dragged objects stylable via CSS

Ignore-this: ae47b532b80d10868e82e0ccc5c963d1

A DOM object that is dragged through the new drag Object gets the ondrag
assigned.

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090812180344-6e07b-a50d6589f0650897ddd5f5d345a3d15513aada77.gz

show more ...

56dfcc1212-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 ...

050f4a9412-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

Script lib for draggable DOM objects

Ignore-this: 907af01f2757cc494d2c54d8e4d7b9d1

This adds a simple object that can be attached to positioned DOM objects
to make them draggable. This is useful fo

Script lib for draggable DOM objects

Ignore-this: 907af01f2757cc494d2c54d8e4d7b9d1

This adds a simple object that can be attached to positioned DOM objects
to make them draggable. This is useful for inplace dialogs.

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090812102055-6e07b-88451d4d67877224950a289b9cd415544f4c2755.gz

show more ...

3abeade312-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

universal callback for search()

Ignore-this: 4d786345ea9bfb19fb6f8af9348f5248

This patch adds a callback for use with the search() function,
that is flexible enough to replace many of the other spe

universal callback for search()

Ignore-this: 4d786345ea9bfb19fb6f8af9348f5248

This patch adds a callback for use with the search() function,
that is flexible enough to replace many of the other specialized
callbacks and opens up more possibilties to plugin authors without
the need to write new callbacks.

Existing callbacks need to be reexamined and rewritten to wrap
around this callback instead.

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090812101653-6e07b-d578baff97a0e8720e468e238aec06109048c8b8.gz

show more ...

21aec47c06-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

some cleanup in the IE selection handling

Ignore-this: 5a6b527fbf3f2ffc79e3ceef11552763

darcs-hash:20090806093833-6e07b-f5fbd738bff54ec6a3488e4fb9ab98c6e49799d4.gz

edfd1f8905-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

fixes another IE weirdnes when handling list items

Ignore-this: d5a0f9671af3607796332a1afcc8de79

Fixes a problem where list mode couldn't easily be left by removing a bullet.
Hitting enter would re

fixes another IE weirdnes when handling list items

Ignore-this: d5a0f9671af3607796332a1afcc8de79

Fixes a problem where list mode couldn't easily be left by removing a bullet.
Hitting enter would readd a bullet always.

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090805123523-6e07b-46570b10a1422d04ad3c7251323568c712037864.gz

show more ...

8f99c3ec04-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

Some text selection workarounds for MSIE

Ignore-this: b4a14bbf96712ec9ce9011e172f2af81

This patch solves some problems with reading the cursor positions
and text selection on MSIE.

note: developme

Some text selection workarounds for MSIE

Ignore-this: b4a14bbf96712ec9ce9011e172f2af81

This patch solves some problems with reading the cursor positions
and text selection on MSIE.

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090804150501-6e07b-5e3cf60261f5f51906df2d4cf15509e9075757e0.gz

show more ...

201ea5f304-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 ...

ad4aaef726-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

reshow $QUERY in search form instead of super global

darcs-hash:20090826113901-6e07b-8b7cb115629cd20ea2b145c4d955e83f270f5ef2.gz

db65893225-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

allow disabling of nosmblink warning via JavaScript

Just add
LANG['nosmblinks']

darcs-hash:20090825143507-6e07b-ec114d8972d5636c783abbe405f064adb4f920a2.gz

0b2c7f4018-Aug-2009 Samuele Tognini <samuele@samuele.netsons.org>

Javascript variable explicitly declared

Ignore-this: 6cd522b1fa6d768ac7735c30fac3e1df

darcs-hash:20090818154140-f213d-0770cbe838dcd4126843b16558b3387d065fce00.gz

7ea1355311-Aug-2009 Erik Pedersen <erik.pedersen@shaw.ca>

French language update

Ignore-this: 3c16a0a7483f35e9026c7e292c926453

darcs-hash:20090811185014-e81ea-4cbbce2d5ebde7e00a0250589a41666ad5dfbb19.gz

c1c078dc11-Aug-2009 Erik Pedersen <erik.pedersen@shaw.ca>

Esperanto language update

Ignore-this: 1454880f75d932f8f2c11c5ec3e1895f

darcs-hash:20090811184929-e81ea-ed76a9d92d0d6e4b2d9cf1d52cf6c5c247a2a7de.gz

868a465c11-Aug-2009 Erik Pedersen <erik.pedersen@shaw.ca>

Norwegian language update

Ignore-this: 9de87e69b85c8fbc67c79d53c5e7592b

darcs-hash:20090811184843-e81ea-2c27d492a7b21c3a58912229bfa62240dd625b3b.gz

247e7f9e09-Aug-2009 Mohammad Reza Shoaei <shoaei@gmail.com>

Persian language update

Ignore-this: de3bd855c542ea27ecd54eee64e5c873

darcs-hash:20090809195453-04fb5-b2d6367ec03bf477f2b100052f44ebf9c9cc1be0.gz

a8900dc907-Aug-2009 Andreas Gohr <andi@splitbrain.org>

Show media namespaces in ACL manager

Ignore-this: b46799f7d65081eaa364ecaab8a2c7f9

Namespaces that only exist within the media directory are now merged with the
page namespaces in tree explorer of

Show media namespaces in ACL manager

Ignore-this: b46799f7d65081eaa364ecaab8a2c7f9

Namespaces that only exist within the media directory are now merged with the
page namespaces in tree explorer of the namespace manager

darcs-hash:20090807094607-7ad00-3ce30cffc528e7e20a4b19d8f30d1f3725806162.gz

show more ...

831be45d02-Aug-2009 Andreas Gohr <andi@splitbrain.org>

do not rerender metadata for pages without abstract forever FS#1701

Ignore-this: 8ee7f4c5e4ef4f3e66f959dc9bb0c235

darcs-hash:20090802132535-7ad00-05f5712d442f126b2113df44f8252c1ec07c3852.gz

c925071302-Aug-2009 Anika Henke <anika@selfthinker.org>

fixed too strict trim (again) and missing class on code by indenting

darcs-hash:20090802120528-f7d6d-5731ec578ce2b6f154bc2dcd7aab150ddf683192.gz

656c8fb301-Aug-2009 Andreas Gohr <andi@splitbrain.org>

Use the server port in DOKU_COOKIE when securecookie is defined FS#1664

Ignore-this: de9ef30fc53fbfc1caa74b55f97290a5

This should avoid problems on portbased virtual hosts.
This patch might log you

Use the server port in DOKU_COOKIE when securecookie is defined FS#1664

Ignore-this: de9ef30fc53fbfc1caa74b55f97290a5

This should avoid problems on portbased virtual hosts.
This patch might log you out ;-)

darcs-hash:20090801222159-7ad00-808a91dd29af758ef10d7942888c2c22d8b8b888.gz

show more ...

1...<<301302303304305306307308309310>>...423