summaryrefslogtreecommitdiff
path: root/modules/cloud.module
Commit message (Collapse)AuthorAge
* - applied Stevens link patch.Kjartan Mannes2002-05-12
| | | | | | - fixed block permissions. - fixed user admin page errors: http://www.drupal.org/node.php?id=173. - cleaned up common.inc a bit: removed format_info, path_img, field_merge.
* - bug fixes:Kjartan Mannes2002-04-22
| | | | | | | | | | * fixed mails not being parsed properly. * tracker now shows user name when you view your own recent comments. * link to submission queue now points to the right place. * fixed jabber module. * theme is now activated when changed. - applied Gerhards coding style patch.
* - Applied Marco's big patch, including contributions from Moshe:Dries Buytaert2002-04-20
| | | | | | | | | | | | | | | | | | | | | | + Changed the db_query() API. + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions. + XHTML-ified some HTML. + Wrapped a lot of text in the administrative pages in a t() function. + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri(). + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg. RSS code). + Fixed some bugs in the taxonomy module (eg. tree making bug), added new functionality (eg. new APIs for use by other modules), included Moshe's taxonomy extensions, and some documentation udpates. + ...
* - removing robots.txt and cvs.moduleKjartan Mannes2002-04-12
| | | | - commiting patch to cloud.module from Remco.
* - Made the cloud module a lot more configurable: both the update intervalDries Buytaert2002-04-08
| | | | and the number of bytes required for an update, can be changed now.
* - Updated some of the descriptions.Dries Buytaert2002-01-11
|
* - Small documentation updateDries Buytaert2002-01-05
|
* - Made updating "old" feeds a bit more fine grained.Dries Buytaert2002-01-05
|
* - cloud.module:Dries Buytaert2001-12-08
| | | | | | + made the cloud module export some documentation - thanks Joe! + XHTML-ified the emitted HTML code and quotes array indeces to be compliant with our coding standards.
* - tiny visual changeDries Buytaert2001-11-30
|
* - Added error handling support to the <node>_form hook.Dries Buytaert2001-11-01
|
* - added the CVS keyword $Id$ to all files to make future version trackingnatrak2001-10-20
| | | | easier. Also changed the <? tag to <?php in some cases.
* - fixed small glitch in node_del()Dries Buytaert2001-09-28
| | | | | | | | | | | | | | | | | | | | | - fixed small glitch in comment_del() - changed the API of the form() function. The first parameter, the "action"-attribute in the <form>-tag has been made optional. By default, it will be set to "$REQUEST_URI". Why? Because in 98% of the cases we would do: global $REQUEST_URI; $form = form($REQUEST_URI, $form_content); while we can do: $form = form($form_content); now. Update your modules (and sorry for the inconvenience)!
* - Fixed 2 typos in the user module. Thanks Axel and Remco.Dries Buytaert2001-09-18
| | | | | - Applied (modified versions of) Alexander's patches on the development branch.
* - various updatesDries Buytaert2001-08-05
|
* - added fclose()Dries Buytaert2001-08-05
|
* - cloud.module:Dries Buytaert2001-08-05
| | | | + small bugfix
* - various improvements and small additionsDries Buytaert2001-08-04
|
* - import.module:Dries Buytaert2001-08-03
| | | | | | | | | | | + applied Julian's fputs() patch + fixed typo - cloud.module: + applied Julian's fputs() patch - comment.module: + applied Julian's "delete" patch
* cloud.modulenatrak2001-07-30
| | | | | | | - fixed the maxlengths as reported by Lars Gregori. import.module - modified the titles as suggsted by Julian Bond.
* - cloud.module:Dries Buytaert2001-07-17
| | | | + small update
* - cloud.module:Dries Buytaert2001-07-13
| | | | | | | + Fixed "rotten date" (as remco like to calls it). + Added "URL to monitor" field. + Added some error checking. + Apply the updates in 2.00-to-x.xx.sql.
* - cloud.module:Dries Buytaert2001-07-09
| | | | | | | + small visual change - import.module: + added suggestions made by Julian along with some extras.
* *** empty log message ***Dries Buytaert2001-07-08
|
* - cloud.module:Dries Buytaert2001-07-08
| | | | + more small visual updates (last time today)
* - cloud.module:Dries Buytaert2001-07-08
| | | | + made 1 few visual change.
* - A small addition.Dries Buytaert2001-07-08
|
* - Added a simple site cloud module.Dries Buytaert2001-07-08