Commit Graph

541 Commits (6ca6e831b6593a04c017cbb8687a47247bf9559f)

Author SHA1 Message Date
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
Dries Buytaert 63409676be - restored check_textarea: I changed it for debugging purpose but forgot to
switch it back
2001-03-25 18:23:34 +00:00
Dries Buytaert 456c39100f - improved search functionality 2001-03-25 18:21:30 +00:00
Dries Buytaert 13294dd753 - added a bit of text and a "do not reload" warning 2001-03-25 17:59:08 +00:00
Dries Buytaert d03a5aeb13 - fixed typo 2001-03-25 17:54:35 +00:00
Dries Buytaert f39bba80fa - All comments on the administration page are actually "linked" now: the
comments on the drupal page where originally *not* click-able but this
  turned out to be confusing only.   Now we live in a nodified world, we
  can simply link all comments without a single problem! :-)
2001-03-25 16:56:37 +00:00
Dries Buytaert f4deafca9e - refactoring, refactoring, refactoring 2001-03-25 16:51:08 +00:00
Dries Buytaert 5fb307f5bf - refactoring, refactoring, refactoring 2001-03-25 16:42:52 +00:00
Dries Buytaert 5b92e9099f - reorganized the ./update directory a bit
- added 2 new files:
    a. 2.00-to-x.xx.sql contains the SQL table changes/additions
    b. 2.00-to.x.xx.php is a script which converts your existing
       data to the new SQL tables
2001-03-25 11:25:30 +00:00
Dries Buytaert 1f79863053 - large commit of everything else that has been queued in my backlog:
it's not 100% stable yet
2001-03-25 10:57:01 +00:00
Dries Buytaert d307518998 - see previous commit message 2001-03-25 10:53:16 +00:00
Dries Buytaert 107ac01a51 - nodified headline module
(It only exports story headline so we might want to move the export
   function to the story.module in the near feature.)
2001-03-25 10:49:14 +00:00
Dries Buytaert 4f07fe1a01 - a small change to the rating algorithm: you get only 1/2 a bonus point
for each succesful node and you loose 1/2 a bonus point for all dumped
  nodes
2001-03-25 10:44:24 +00:00
Dries Buytaert a45fc1a20e - themes now get there header/footer links through theme_link();
- tidied up example.theme
2001-03-24 17:50:08 +00:00
Dries Buytaert 8b6e78075c - small update to diary.module 2001-03-24 17:12:15 +00:00
Dries Buytaert 73f26a53fe - added check_select to format selection boxes
- improved check_input so that it won\\\'t escape charachters more
  than once

- added [linking] mechanism - more about this later
2001-03-24 17:06:19 +00:00
Dries Buytaert 68f2112b4d - nodified index.php:
the index page will only display stories for now but this will/can
    change in the near future
- all other files now thinks in terms of nodes, rather then stories
2001-03-24 17:04:11 +00:00
Dries Buytaert 10aaea3342 - simplified the comment code: the SQL queries are less complex, thus
faster now.
2001-03-24 17:01:23 +00:00
Dries Buytaert c5efdeb4b4 - the administration page will only display those links/sections to which
one has access (on popular demand)
2001-03-24 16:59:42 +00:00
Dries Buytaert 1475c23a1a - tidyied up .htaccess a bit 2001-03-24 16:58:03 +00:00
Dries Buytaert cb67c16a4b - removed trailing whitespaces and changed tabs in 2 spaces
(done automatically by script)
2001-03-24 16:57:12 +00:00
Dries Buytaert 93f66c06d3 - added nodified story module: story extends node
- removed includes/story.inc as we no longer need it: story.module
  is *really* modular now.
2001-03-24 16:56:10 +00:00
Dries Buytaert a9222fe222 - nodified section module
(As section are story related and not per se node related, I'm wondering whether we should integrate the section stuff in the story module at some point?)
2001-03-24 16:48:54 +00:00
Dries Buytaert fe095f5a24 - simplified the comment code: the SQL queries are less complex, thus
faster now.
2001-03-24 16:46:11 +00:00
Dries Buytaert 811dc1046f - removed all trailing whitespaces and replaced tabs by 2 spaces
(done automatically by my script)
2001-03-24 16:44:21 +00:00
Dries Buytaert 006b1e48fd - the rating module now thinks in terms of nodes: every new node type that
extends node will automatically get involved in the rating game so not
  just the stories only. ;-)
2001-03-24 16:42:43 +00:00