| #
7e1f9fd3 |
| 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Hotkey trigger is now CTRL-ALT FS#1958
Tests and feedbacks please!
|
| #
fa61423c |
| 22-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
temporary disable hotkey JS for FS#1958
|
| #
4062d3d5 |
| 30-Apr-2010 |
Marek Sacha <sachamar@fel.cvut.cz> |
Reimplementation of Accesskeys in javascript (FS#1809), toolbar accesskyes fix.
|
| #
7ea8e592 |
| 26-Apr-2010 |
Marek Sacha <sachamar@fel.cvut.cz> |
Reimplementation of Accesskeys in JavaScript (FS#1809)
|
| #
26ee1edf |
| 25-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Rewrite JavaScript change check
|
| #
d7879495 |
| 12-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'requireall'
Conflicts: inc/fulltext.php
|
| #
544ed901 |
| 15-Feb-2010 |
Daniel Calviño Sánchez <danxuliu@gmail.com> |
Disable locking when locktime is zero
|
| #
24b3cb1a |
| 01-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
removed require's in lib/exe/*
|
| #
5b75cd1f |
| 05-Jan-2010 |
Adrian Lang <lang@cosmocode.de> |
New mail subscription with digest
|
| #
21ed6025 |
| 01-Dec-2009 |
Adrian Lang <lang@cosmocode.de> |
Factor out timer and delay management
darcs-hash:20091201115019-e4919-fe83e3d69eb997d0c04064b46117690824fe4daf.gz
|
| #
98dba5ad |
| 19-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Allow hyphens and underscores in javascript include filenames
darcs-hash:20091119142845-e4919-5394617fd83d4de22673491b868f7040c25fb290.gz
|
| #
ef457c67 |
| 05-Nov-2009 |
Pierre Paysant-Le Roux <andi@splitbrain.org> |
Fix js_compress regexp detection
Ignore-this: ffb20375a09483502d61241d76877a8d
darcs-hash:20091105213452-533a7-f09aca121cf24a8b6ad2d3448d058a846cb52182.gz
|
| #
c66972f2 |
| 04-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Emit less E_NOTICEs and E_STRICTs
Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $IN
Emit less E_NOTICEs and E_STRICTs
Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is logged in * Do not pass empty fragment field in the event data for event ACTION_SHOW_REDIRECT * Handle chunked encoding in HTTPClient
darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
show more ...
|
| #
d9e6a3cb |
| 02-Nov-2009 |
Andreas Gohr <gohr@cosmocode.de> |
LinkWizard: don't add a title when useheading is used for content FS#1745
Ignore-this: 48f0da3ab0bf0178197b16e63143e1ca
darcs-hash:20091102130115-6e07b-d10e1c076791cdeb08b87ec76d6be8730228c8fb.gz
|
| #
c8317406 |
| 18-Oct-2009 |
Andreas Gohr <andi@splitbrain.org> |
save compressed css/js caches with io_saveFile and check for gzip support
Ignore-this: 77e61d0082fe6eb8f43059fb5da67eee
darcs-hash:20091018203240-7ad00-4530a8b64af79bc844f50e3c0988e466fb09351c.gz
|
| #
47583ff0 |
| 16-Oct-2009 |
furun <furun@arcor.de> |
Whitespace cleanup FS#1709
Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
|
| #
57d846db |
| 06-Oct-2009 |
Andreas Gohr <andi@splitbrain.org> |
do not display full path names in JS comments FS#1770
Ignore-this: e25dcba3daa9d89efbeb1bfdfe0f24bb
darcs-hash:20091006201146-7ad00-ca35f4e0bd96cbe008fb77ae8391de2a74b9fc49.gz
|
| #
6392c3b6 |
| 12-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 ...
|
| #
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 ...
|
| #
050f4a94 |
| 12-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 ...
|
| #
6b6da7f5 |
| 28-May-2009 |
Andreas Gohr <andi@splitbrain.org> |
more javascript refactoring
Ignore-this: 10badc0f97ef80fcd366ae4622c43ff1
darcs-hash:20090528121543-7ad00-df34efabe84c632df9ef0c6fd691c991d2c3ac82.gz
|
| #
bbca79d8 |
| 15-May-2009 |
Andreas Gohr <andi@splitbrain.org> |
start of toolbar javascript refactoring
Ignore-this: 81ef7a71e6910751bf5d6c1b592978c4
darcs-hash:20090515173045-7ad00-e62f075dab9ec4dfa555554f4f50792ceccb97d7.gz
|
| #
758447cf |
| 13-Mar-2009 |
Andreas Gohr <andi@splitbrain.org> |
Support for multirange requests for media FS#1630
Ignore-this: 50de569608231b910a62327d2f3af1de
This patch moves all HTTP sending related functions to inc/httputils.php
Handling of range requests
Support for multirange requests for media FS#1630
Ignore-this: 50de569608231b910a62327d2f3af1de
This patch moves all HTTP sending related functions to inc/httputils.php
Handling of range requests was rewritten completely to support mutirange requests. This should fix problems with Adobe Reader but needs testing.
darcs-hash:20090313190247-7ad00-e6ec1f81acb9f7ac651357dd034c2689aea6868d.gz
show more ...
|
| #
98bda4fd |
| 22-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
fixed multiple gzip/sendfile problems in css and js dispatchers FS#1571
- Avoid double compression when gzip_output is enabled - Only compress when gzip_output is enabled - Do not use x-sendfile for
fixed multiple gzip/sendfile problems in css and js dispatchers FS#1571
- Avoid double compression when gzip_output is enabled - Only compress when gzip_output is enabled - Do not use x-sendfile for compressed content (content-encoding is not supported) - Make sure the script terminates after using x-sendfile - Moved gzip browser support check to init.php
darcs-hash:20090122215010-7ad00-765765d353ff78df5b8704086328c5c699bbe7e0.gz
show more ...
|
| #
f8121585 |
| 22-Jan-2009 |
Chris Smith <chris.eureka@jalakai.co.uk> |
further updates to config_cascade patch
- add mediameta and license config files into the cascade - update the cache validity code in cache.php, css.php & js.php to use config_cascade - redo inclusi
further updates to config_cascade patch
- add mediameta and license config files into the cascade - update the cache validity code in cache.php, css.php & js.php to use config_cascade - redo inclusion of main config files to avoid suppression of errors in config files - add getConfigFiles($type) function - minor updates elsewhere to use config_cascade rather than hardcoded config file names
darcs-hash:20090122114457-f07c6-98ad5627fd5df93edf8dd03289b9cf6d81962afe.gz
show more ...
|