summaryrefslogtreecommitdiff
path: root/modules/calendar.module
Commit message (Collapse)AuthorAge
* - A large batch of updates, amongst them a rewritten node system. MoreDries Buytaert2001-11-01
| | | | information available on the mailing list.
* - 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 bug node.module bug:Dries Buytaert2001-06-27
| | | | | | | | | | | + the node scheduler did not un-schedule a node! - Fixed comment bugs (as a result of the formification): + no signatures where being attached to the comments. + check_input was used where is should have been check_output, with broken filters as the immediate result.
* The ever persistant typo.....Steven Wittens2001-06-26
|
* Updated calendar.module:Steven Wittens2001-06-26
| | | | | | | | | | - Locale'd the day-of-the-week-letters. Don't worry, you won't find any "F" or "S" in your locale database, just "Friday" and "Sunday". - Fixed a bug with 28/20-day months. Skipping a month ahead from e.g. January 31st would have you end up on March 3rd. Same for skipping backwards. - Made the selected date always appear in bold. - Prevented all skipping into the future. This was still possible by skipping whole months.
* - Integrated calendar.class into calendar.class (just like we did forDries Buytaert2001-06-14
| | | | headline.class 2 or 3 weeks ago).
* - Uhm. Rewrote the module system: less code clutter, less run-timeDries Buytaert2001-05-05
| | | | | | | | | | | | | | | | | | | | overhead, and a lot better (simpler) module API. I had to edit a LOT of files to get this refactored but I'm sure it was worth the effort. For module writers / maintainers: None of the hooks changed, so 95% of the old modules should still work. You can remove some code instead as "$module = array(...)" just became obsolete. Also - and let's thank God for this - the global variable "$repository" has been eliminated to avoid modules relying on, and poking in drupal's internal data structures. Take a look at include/module.inc to investigate the details/changes. - Improved design of the content modules "story", "book" and "node" (to aid smooth integration of permisions + moderate.module). I'm still working on the permissions but I got side tracked for which I "Oops!".
* - applied David Norman's patch to turn all <?'s into fully qualifiedDries Buytaert2001-03-10
| | | | <?php's.
* - removed redundant spacesDries Buytaert2001-01-26
|
* - some improvements and code polishingDries Buytaert2000-12-24
| | | | - added a few extra blocks to choose from
* - intermediate updatesDries Buytaert2000-12-23
|
* - small updateDries Buytaert2000-12-16
|
* - added a whole bunch of NEW modulesDries Buytaert2000-12-14