- Apr 05, 2001
-
-
Dries Buytaert authored
- a bunch of various updates
-
- Apr 04, 2001
-
-
Dries Buytaert authored
- various smaller improvements
-
Dries Buytaert authored
Last night's updates: - improved "track drop.org": it has now 2 boxes, one for "track comments" and one for "track nodes" - various small improvements to the book module based on the feedback we got. - fixed typo in moderation module - ...
-
- Apr 03, 2001
-
-
Dries Buytaert authored
- fixed bug in diary module
-
- Apr 02, 2001
-
-
Dries Buytaert authored
<center></center> ==> <div align="center"></div>
-
Dries Buytaert authored
- list nodes chronological
-
Dries Buytaert authored
Commiting my work of last Sunday: - removed ban.inc and ban.module and integrated it in account.module under the name "access control" --> the ban code was not really up to standard so this has now been dealt with. This refactoring and reintegration cuts down the code size with 100 lines too. :-) (The ban.module code was really old and it showed.) - added node.module and made the other modules reuse some of this code --> cut down the code size of modules by at least 100 lines and adds stability. - added a status() function to admin.php to display a conform status message where appropriate. See admin.php for usage. - removed $theme->control() and made comments.inc handle this itself wrapped in a $theme->box(). No need to clutter the themes with such complexity --> updated all themes already. :-) - some small visual changes to some administration pages to be more consistent across different modules.
-
- Apr 01, 2001
-
-
natrak authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- simplified some of the node stuff: stories can no longer be scheduled -> this functionality will be made generic for all nodes
-
- Mar 31, 2001
-
-
Steven Wittens authored
-
Dries Buytaert authored
- worked even more on the robustness of include/node.inc
-
Dries Buytaert authored
- tidied up the watchdog messages
-
Dries Buytaert authored
- simplified book.module so that it is easier to maintain (yet a bit less sexy) - the entire module is only 258 lines.
-
Dries Buytaert authored
- fixed another bug
-
Dries Buytaert authored
- fixed bug in section.module: id -> nid - fixed bug in book.module: not 100% yet
-
Steven Wittens authored
-
Dries Buytaert authored
- removed debug information
-
Steven Wittens authored
-
Steven Wittens authored
"na" appeared when a story didn't have "read more"
-
Dries Buytaert authored
- fixed "you-have-to-logout-and-login-before-permissions-change" bug (reported by UnConeD) - added "add node" link to book selection box and made it display the current location - removed tabs and whitespaces from themes - done automatically
-
Dries Buytaert authored
- fixed update bug
-
Steven Wittens authored
-
Dries Buytaert authored
- removed dead links
-
Dries Buytaert authored
- fixed typo in hostname.conf
-
Dries Buytaert authored
- visual improvements to example.theme, simplified HMTL code (- 20 lines) - made node.inc more robust: it should roll-back when something goes fubar and it should work in subdirectories
-
- Mar 30, 2001
-
-
Dries Buytaert authored
- removed debug statement
-
- Mar 29, 2001
-
-
Dries Buytaert authored
- forgot to remove a debug statement
-
Dries Buytaert authored
- fixed issue depricated call-by-reference issues - fixed small visual glitch in includes/function.inc - changed SQL tables around a bit to be more consistent (result: small changes to a lot of different files) - improved robustness of includes/node.inc - improved output of cron.module - improved output of node.php
-
- Mar 28, 2001
-
-
Dries Buytaert authored
- made the node code a bit more rock-solid - needs more work and testing! - you can't add a node with the same title twice within 5 minutes (to avoid reposting by accidentically reloading your page after having posted)
-
Dries Buytaert authored
- fixed small problem in example.theme
-
Dries Buytaert authored
- update the linking mechanism: to link to a "node" (ex story) with title "fubar", use [[fubar]] or [[fubar|link text]].
-
Dries Buytaert authored
- streamlined the book and story module
-
Dries Buytaert authored
added the # votes to the "track your comments" page
-
Dries Buytaert authored
Flushing my backlog (in case Natrak wants to make more changes): - tidied up some of the code - fixed a small problems
-
- Mar 27, 2001
-
-
Kjartan Mannes authored
would be to support more databases :-)
-
natrak authored
-
Kjartan Mannes authored
Changed the error re-direct URL to the same as $site_url in case a user tries to access a sub-directory that does no exist.
-
- Mar 26, 2001
-
-
Dries Buytaert authored
- small improvements as well as 2 bugfixes
-
Dries Buytaert authored
- fixed home-link when using drupal in a subdirectory
-