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 |
de12e551 | 14-Oct-2009 |
Andreas Gohr <gohr@cosmocode.de> |
Updated Microsoft sitemap ping URL for bing
Ignore-this: bab31d8f21840cf36b3e6fbe9c0b1b63
darcs-hash:20091014112449-6e07b-c298b41cfee8940c01f515b399fcf1a2da0fb237.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 ...
|
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 |
69d17d94 | 06-Oct-2009 |
Andreas Gohr <andi@splitbrain.org> |
require a hash in fetch.php for external URLs FS#1769
Ignore-this: a66fc8874fb8e04b1258f2e71e35ed90
To avoid fetch.php being abused as anonymous forwarder or even proxy, now a hash is needed for ex
require a hash in fetch.php for external URLs FS#1769
Ignore-this: a66fc8874fb8e04b1258f2e71e35ed90
To avoid fetch.php being abused as anonymous forwarder or even proxy, now a hash is needed for external ressources. This hash is automatically added by the ml() function.
darcs-hash:20091006182001-7ad00-adf5f6275b0d7f76543f76d6196f1531b8c09e1c.gz
show more ...
|
27bf7924 | 25-Sep-2009 |
Tom N Harris <tnharris@whoopdedo.org> |
Use all available icons for file links (FS#1759)
All PNG and GIF images in the lib/images/fileicons directory will be used for media file links. The conf/mime.conf file continues to restrict which f
Use all available icons for file links (FS#1759)
All PNG and GIF images in the lib/images/fileicons directory will be used for media file links. The conf/mime.conf file continues to restrict which file types may be uploaded. File types not in the configuration list are download-only.
darcs-hash:20090925231746-6942e-299a52772f67e265a8702bda3686f495e4337a8f.gz
show more ...
|
bf1f3ac4 | 24-Aug-2009 |
sarnowski <sarnowski@cosmocode.de> |
Search capabilities for the media manager added.
darcs-hash:20090824112230-8c5bd-7b8d8ba14e7533c1035b7b732983a0e3de8251a1.gz |
8ec12455 | 20-Sep-2009 |
Mykola Ostrovskyy <spambox03@mail.ru> |
Prevent unnecessary updates of the changelog (FS#1758)
Ignore-this: 5653cc47ce2ee6412ba82c82eb2b45fe
darcs-hash:20090920171954-40dc4-0c4249b424314a930cdcbe710796db2820330aef.gz |
c182313e | 30-Aug-2009 |
Andreas Gohr <andi@splitbrain.org> |
added MEDIAMANAGER_CONTENT_OUTPUT event
Ignore-this: 1742cf72bee0a1ac1898109ba5afc962
darcs-hash:20090830111438-7ad00-120e8fa9ce41e4317676dc2e9d5cf113a418ec44.gz |
3e23cbfd | 14-Aug-2009 |
Andreas Gohr <andi@splitbrain.org> |
More Link wizard cleanup
Ignore-this: 100b66fbe26d82dfd6cffba751cf6992
darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.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 ...
|
d5b31577 | 05-Jun-2009 |
Christian Marg <marg@rz.tu-clausthal.de> |
fix printf calls in mediamanager FS#1711
Ignore-this: a8fb901f3bea94cd3052555e05e70486
darcs-hash:20090605150728-b686a-5543ff58c5cd3c0f48e260aaf4d3c7b365c2be6a.gz |
58b091de | 04-Jun-2009 |
Andreas Gohr <andi@splitbrain.org> |
Multiple enhancements in the flash uploader
Ignore-this: 9f05194de64b5e5d47fa45bb45814f8d
darcs-hash:20090604230010-7ad00-118e3b31589f882440eaa35509bf2126cf49d9a9.gz |
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 |
3ee5b583 | 16-May-2009 |
Andreas Gohr <andi@splitbrain.org> |
restrict XMLRPC to configurable groups and users
Ignore-this: 1370cee84d44bb35ae7c0c988ed8f1ff
This patch adds a config option to define users or groups that may access the XMLRPC API. ACLs are sti
restrict XMLRPC to configurable groups and users
Ignore-this: 1370cee84d44bb35ae7c0c988ed8f1ff
This patch adds a config option to define users or groups that may access the XMLRPC API. ACLs are still checked on top of this intial access control.
darcs-hash:20090516114351-7ad00-155fb6c74c29f5f84e79544a534369eec0403ff0.gz
show more ...
|
850c2e7c | 04-May-2009 |
Andreas Gohr <andi@splitbrain.org> |
fixed GET support in lib/exe/ajax.php FS#1679
Ignore-this: e77d9d77e6a02bb18b0cf7043a7eb3cb
darcs-hash:20090504181055-7ad00-f8bf902e0c93f45eb6ca33fd5b32c9f8bb85512e.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 ...
|
9eb397eb | 08-Mar-2009 |
Andreas Gohr <andi@splitbrain.org> |
removed debug statements
Ignore-this: c7d706a81320fb2bf80a399e5fcc259a
darcs-hash:20090308112249-7ad00-488e7b5cc87ad3727a161b9625892709d4f25fc0.gz |
445e8084 | 03-Mar-2009 |
Andreas Gohr <andi@splitbrain.org> |
Support login in XMLRCP and added API version info
A simple version number was added to the XMLRPC API to make it easy for clients to check if the remote endpoint supports certain features.
The log
Support login in XMLRCP and added API version info
A simple version number was added to the XMLRPC API to make it easy for clients to check if the remote endpoint supports certain features.
The login function will take credentials and set cookies on successful login. This is useful when HTTP Basic auth is not available.
darcs-hash:20090303193608-7ad00-45b1cd7a5165656796df25ed5c4ebc6e8ef7f95a.gz
show more ...
|
a4da2756 | 27-Feb-2009 |
michael <michael@content-space.de> |
Fixed media size in getRecentMediaChanges XML-RPC call.
Ignore-this: 6477d59a1da2f51295326537fa8e14bf
darcs-hash:20090227220304-074e0-24e77eb6641c0b43c30a941146487facf2f2277f.gz |