Commit Graph

566 Commits (5e9f9b3633dda9470231b0ee5e6f40d8d6c84129)

Author SHA1 Message Date
Dries Buytaert 5e9f9b3633 - ... and order things by weight 2001-04-08 10:35:48 +00:00
Dries Buytaert 6e9982e090 - typo 2001-04-08 10:34:15 +00:00
Dries Buytaert 96a87f6c8f - improvements to book module:
a. only display childs 3 levels deep
    b. better index page
2001-04-08 10:31:59 +00:00
Dries Buytaert 209f53ca6b - small fine-tuning 2001-04-07 20:24:57 +00:00
Dries Buytaert b4a05b8374 - removed redundant tables 2001-04-07 20:12:59 +00:00
Dries Buytaert dae5c2208c - improved rating module: it now shows some basic statistics :-)
- updated database files
- removed affialiate-site and drupal-site module: maintain them
  by hand through a box for now will you.
2001-04-07 20:00:21 +00:00
Dries Buytaert d7e9ad1027 - small update to gravity 2001-04-07 18:26:14 +00:00
Dries Buytaert e46981ddb7 - small update 2001-04-07 17:04:22 +00:00
Dries Buytaert 38806b4a39 - fixed bug in common.inc: throttle()
- streamlined method invocation in node.inc
- added node_status() function to modules
- added NEW (mostly static) page module
- added NEW settings module
2001-04-07 15:02:28 +00:00
Dries Buytaert 8213f5b262 A lot of small changes (search-n-replace) make a big commit:
- fixed update bug in book.module
  - provide a log message when both adding and updating book pages
  - all configurable variables are now accessed through "variable_get()":
  - rewrote watchdog and submission throttle and removed watchdog.inc
  - improved robustness of sections.inc
  - imporved story.module
  - updated ./database/database.sql
2001-04-06 14:14:16 +00:00
Dries Buytaert 048664f278 - a bunch of various updates 2001-04-05 20:33:36 +00:00
Dries Buytaert 7fac91c2cc - various smaller improvements 2001-04-04 21:09:24 +00:00
Dries Buytaert 8d249c5f28 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
 - ...
2001-04-04 12:54:10 +00:00
Dries Buytaert 97dd9e1cb4 - fixed bug in diary module 2001-04-03 15:43:54 +00:00
Dries Buytaert 15a6bef484 <center></center> ==> <div align="center"></div> 2001-04-02 21:18:17 +00:00
Dries Buytaert 36ea1cf957 - list nodes chronological 2001-04-02 20:13:19 +00:00
Dries Buytaert 805107cd22 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.
2001-04-02 15:54:37 +00:00
natrak 1f5bc83d79 Just a minor adjustment to tanslate \n to <BR> in account_user() for bio and sig. 2001-04-01 21:22:33 +00:00
Dries Buytaert 864b3de476 - undid some changes 2001-04-01 12:08:15 +00:00
Dries Buytaert d216096ede - simplified some of the node stuff:
stories can no longer be scheduled -> this functionality will be made
    generic for all nodes
2001-04-01 10:52:01 +00:00
Steven Wittens ce5a005d9e Make the logo slightly better... removed the color from the center dots. 2001-03-31 21:29:57 +00:00
Dries Buytaert ef62a6bb1f - worked even more on the robustness of include/node.inc 2001-03-31 19:24:54 +00:00
Dries Buytaert 63d334ade5 - tidied up the watchdog messages 2001-03-31 19:24:24 +00:00
Dries Buytaert 32ff43a48c - simplified book.module so that it is easier to maintain (yet a bit
less sexy) - the entire module is only 258 lines.
2001-03-31 19:10:53 +00:00
Dries Buytaert 871d0619aa - fixed another bug 2001-03-31 18:38:01 +00:00
Dries Buytaert 6ca6e831b6 - fixed bug in section.module: id -> nid
- fixed bug in book.module: not 100% yet
2001-03-31 17:56:12 +00:00
Steven Wittens 74fe7990d2 Fixed article/body bug 2001-03-31 15:39:29 +00:00
Dries Buytaert 34afc4bd2f - removed debug information 2001-03-31 15:36:42 +00:00
Steven Wittens 025dcfb44d Fixed bug with $story->body 2001-03-31 15:29:30 +00:00
Steven Wittens e6886e28ee Fixed bug:
"na" appeared when a story didn't have "read more"
2001-03-31 15:11:21 +00:00
Dries Buytaert d1a07a2e8f - 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
2001-03-31 14:58:37 +00:00
Dries Buytaert d9e72f37de - fixed update bug 2001-03-31 13:18:57 +00:00
Steven Wittens c43cf0c432 Added/updated the theme-description at the top... 2001-03-31 11:57:31 +00:00
Dries Buytaert 6546160234 - removed dead links 2001-03-31 11:38:02 +00:00
Dries Buytaert 03e5164703 - fixed typo in hostname.conf 2001-03-31 11:15:25 +00:00
Dries Buytaert 2ac7aa425b - 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
2001-03-31 11:00:04 +00:00
Dries Buytaert a9bb68d98f - removed debug statement 2001-03-30 07:19:13 +00:00
Dries Buytaert 8588850d45 - forgot to remove a debug statement 2001-03-29 20:14:49 +00:00
Dries Buytaert 04ad9b8af9 - 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
2001-03-29 19:50:31 +00:00
Dries Buytaert 57eb908a8f - 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)
2001-03-28 21:32:48 +00:00
Dries Buytaert c765cb206b - fixed small problem in example.theme 2001-03-28 21:31:08 +00:00
Dries Buytaert d788879db2 - update the linking mechanism: to link to a "node" (ex story) with title
"fubar", use [[fubar]] or [[fubar|link text]].
2001-03-28 21:30:48 +00:00
Dries Buytaert a0d83fc0e8 - streamlined the book and story module 2001-03-28 21:29:44 +00:00
Dries Buytaert a53d198cac - on popular demand:
added the # votes to the "track your comments" page
2001-03-28 21:29:12 +00:00
Dries Buytaert 3f2b0e0b3f Flushing my backlog (in case Natrak wants to make more changes):
- tidied up some of the code
 - fixed a small problems
2001-03-28 07:03:47 +00:00
Kjartan Mannes 6bb49b4bb8 Made a few cosmetic changes. Mostly just checking out how much work it
would be to support more databases :-)
2001-03-27 14:59:49 +00:00
natrak c72b91c6ab Fixed a small typ that caused the existing real name of an account now being shown when editing it. 2001-03-27 13:54:33 +00:00
Kjartan Mannes 2629c4bd82 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. 2001-03-27 13:13:42 +00:00
Dries Buytaert cb5bbdee20 - small improvements as well as 2 bugfixes 2001-03-26 20:22:09 +00:00
Dries Buytaert 51bd1f4079 - fixed home-link when using drupal in a subdirectory 2001-03-26 09:13:59 +00:00