Commit Graph

358 Commits (f162723fe49114779940e1cb34903a15b23de566)

Author SHA1 Message Date
Dries Buytaert f162723fe4 - fixed ieni-wienie small bug in comment.inc (reported by NotZen) 2001-01-25 15:29:45 +00:00
Dries Buytaert 76ce6580ae - fixed small typo 2001-01-25 13:33:15 +00:00
Dries Buytaert 4de98fce8c - fixed bug in story.php
Unc: never mind about the removed link to $theme->article()
2001-01-24 20:23:47 +00:00
Dries Buytaert 0363ca0a4a - fixed search.php problem reported by visitor 2001-01-24 15:30:18 +00:00
Dries Buytaert e87e7816c8 - fix for the "block problem" reported by martin@abol.com:
it only happened when you hosted drupal in a subdirectory a la
      http://yourserver.com/drupal/
2001-01-24 08:24:37 +00:00
Dries Buytaert 9d108b4071 - removed warning in theme unconed when using 4.0.4 2001-01-23 22:39:24 +00:00
Dries Buytaert c5ea4026c4 - small update to display the section in alphabetical order 2001-01-23 22:32:01 +00:00
Dries Buytaert 3d0f6b3032 - fixes table bug
- add ienie-wiene of information
2001-01-23 22:14:29 +00:00
Dries Buytaert 0b9b325873 - fixed bug in database.mysql
- removed redundant options from hostname.conf
2001-01-23 12:03:15 +00:00
Dries Buytaert 18f8246fd9 - heck, I'll just remove that piece of code - it's no longer needed ;) 2001-01-22 21:10:13 +00:00
Dries Buytaert 10a4f6025e - bugfix 2001-01-22 21:07:38 +00:00
Jeroen Bensch 15d5995ece Another round of themeing and this is where I got, there are still some "minor" box-gfx glitches, about which I will talk to Dries cuz I got them away, but then something else went wrong. It's an IMG vs. BACKGROUND thing. And if you click a read more link, I got some error in include.inc of which I don't I can help it... Well, apart from that everything should work. So try out http://jeroen.drop.org and let me know if anything weird happens...
Jeroen.
2001-01-22 20:56:51 +00:00
Dries Buytaert a8df467feb - polished the code by removing some redundant checks 2001-01-22 20:39:49 +00:00
Dries Buytaert 5345bd685e - dumped stories are no longer accessible 2001-01-22 20:38:36 +00:00
Dries Buytaert 2c32276ddb - added initial locale support as discussed on the mailing list 2001-01-22 20:38:00 +00:00
Dries Buytaert 988aaf6bc6 - Forgot to add the update file for those upgrading their live site. 2001-01-22 10:48:24 +00:00
Dries Buytaert 36c1824945 - fixed one bug that only showed when up using 4.00 and not with 4.0.4
- added extra checking
2001-01-22 08:57:10 +00:00
Dries Buytaert ea97888533 I know, I know, it is getting nasty lately but I have another large commit after nothing but code.
This time I redid the "category"-stuff.  Categories - from now on called sections - are now maintained from the admin pages, can have their own post, dump and timout thresholds as discussed earlier (some weeks ago).  By tomorrow evening users will be able to enable or disable section as well - i.e. to customize the content of drop.org.
2001-01-21 19:41:11 +00:00
Dries Buytaert 7cc7b405e3 - fixed some bugs in the new comment/discussion code and added a few
enhancements
2001-01-21 09:26:06 +00:00
Dries Buytaert ccb69d763b - fixed MySQL bug in account.php 2001-01-20 16:10:43 +00:00
Dries Buytaert 8b4181d085 - 2 more bugfixes 2001-01-20 12:58:47 +00:00
Dries Buytaert e25c50b994 - 3 small bugfixes 2001-01-20 12:53:54 +00:00
Dries Buytaert 7241d38e4c - removed old discussion.php
- added new story.php
2001-01-20 12:24:08 +00:00
Dries Buytaert 2952d16f78 - updated/improved discussion engine: it needs additional fine-tuning
though but I think this is stable enough for public consumption and
  real-life testing.
   ==> a first big step towards a flexible comment engine.

IMPORTANT:
  - Required theme updatins:

    UnConeD: check your $theme->controls() as I added a very, very
             dummy implementation

  - Required database updates:

    alter table users modify mode tinyint(1) DEFAULT '' NOT NULL;
    alter table comments change sid lid int(6) DEFAULT '0' NOT NULL;
    alter table comments add link varchar(16) DEFAULT '' NOT NULL;
    update comments set link = 'story';
2001-01-20 12:20:31 +00:00
Dries Buytaert 53b92a614a - by default, keep the watchdog for one week rather then two weeks
(http://drop.org/admin.php?op=watchdog is gets way to lengthy)
2001-01-20 09:25:44 +00:00
Dries Buytaert 312c625cd7 - finally fixed the offset-by-one-day bug 2001-01-20 09:24:26 +00:00
Steven Wittens 6732083394 Fixed bug with story-moderation-comments starting at 0 score instead of 1. 2001-01-16 18:14:15 +00:00
Dries Buytaert 34b723457b - Harry Zink reported that 'administrate' is not entirely correct English
so I renamed "administrate xxx" to "administer xxx".
2001-01-16 11:08:03 +00:00
Steven Wittens e6c85d875d forgot a checkoutput() in article... 2001-01-15 18:35:15 +00:00
Dries Buytaert 6e88265b1f - added drupal 1.00 final 2001-01-15 17:28:05 +00:00
Jeroen Bensch 6891448fc6 OK, check out this version of my theme. Everything "should" work now. Only it looks real buggy, at least in mozilla, so if you could (you don't have to) have a look at it in your own... I also indented differently, on one space but two each time I needed to indent. I thought it'd make it somewhat clearer with such a complicated/tabled theme as mine. Also when opening PHP I put the <? and ?> tags at the beginning of a new line. Again to make it more clear. All I have to do now it get the looks of the theme right. But do have a look at it.
Jeroen.

P.S.: I might even get this thing finished, imagine that. :)
2001-01-15 11:20:58 +00:00
Dries Buytaert 25ebb5e948 - tiny update 2001-01-13 17:16:05 +00:00
Dries Buytaert c38cfa8b22 - Oops, forgot to remove a debug statement ;) 2001-01-13 16:41:35 +00:00
Dries Buytaert 8b4c95b259 - rewrote the block placement stuff and updated the themes.
IMPORTANT: you have to drop 2 tables "blocks" and "layout"
             and you have to recreate them again with those
             in database/database.mysql
- integrated the documentation written by UnConeD
2001-01-13 16:33:19 +00:00
Dries Buytaert f9e5aa52cc - fixed "return to parent" glitch when a thread has more then 1 child 2001-01-13 09:41:44 +00:00
Dries Buytaert 1451447724 - forgot to close one HTML tag 2001-01-13 08:36:25 +00:00
Dries Buytaert 55679210c2 - created 2 new functions; check_textfield() and check_textarea() and
integrated them were appropriate.  It works better and the code is
  more readable then it used to be:
    (see http://drop.org/discussion.php?id=44&pid=0#0)

- story authors can no longer moderate their own stories
    (requested by Natrak)

- fix inie-winnie small detail in theme marvin
2001-01-13 08:29:50 +00:00
Jeroen Bensch f1a8ab536c I removed my theme.class.php, now if someone changes my Jeroen dir into jeroen everything should be back in order. I don't think it would be a good idea to remove all of Jeroen and commit all of jeroen, would it. :)
Now you can release rc2. :)
2001-01-10 18:58:17 +00:00
Jeroen Bensch 16a6ea28e1 As I wrote in the mail, this is my .theme for now. Rather than sending the screenshot to all of you seperately, maybe you could just add a line for my theme in your <hostname>.conf and test it. This for example:
"Jeroen"  => array(
           "themes/jeroen/jeroen.theme",
           "piped theme, grey/rusty, pretty nifty"));
2001-01-10 18:51:15 +00:00
Dries Buytaert 1035d95cae - removed redundant file: a left-over from previous optimizations 2001-01-08 16:28:47 +00:00
Dries Buytaert 0c6d573a0b - small bugfix 2001-01-07 20:29:48 +00:00
Dries Buytaert 554d9b080b - fixed 2 small bugs in account.php
- drastically improved administration section
- drastically revamped story administration:
  added new feature to schedule the publishing of stories
- applied correct naming conventions to submission.php
- fixed 1 small glitch in boxes
- somewhat expanded the documentation
= changed one SQL table
- updated the faq with info on drupal
- ... and more things I forgot about
2001-01-07 19:21:28 +00:00
Dries Buytaert 63a335e1ed - fixed small quote problem when editing a diary entry 2001-01-06 14:51:04 +00:00
Dries Buytaert 8511d9fb45 A batch of patches:
- configuration:
    + renamed $db_name to $db_user
    + renamed $db_base to $db_name
  - fixed small diary glitch
  - fixed initial-comment-score problem
  - fixed comment rating bug: improved the API and updated the
    themes
  - removed some tabs from Steven ;)
  - fixed backend warnings and improved robustness
    I'm not happy yet with the headline grabber - it generates
    too many SQL errors.
  - some small cosmetic changes in comment.module
  - fixed minor glitch in format_interval()
2001-01-06 11:39:43 +00:00
Steven Wittens b604c43894 Oops typo :) 2001-01-05 12:17:25 +00:00
Steven Wittens 5f95212d11 Added a dynamic "administrate" link to the account box. 2001-01-05 12:09:46 +00:00
Dries Buytaert db0c9420a3 - fixed small flaw that showed up with PHP 4.0.0-rcxx but not with PHP 4.0.4 2001-01-04 21:17:07 +00:00
Dries Buytaert 2e495b7d0e - the diary module is truly modular now
- the faq has been spell checked
2001-01-04 21:09:40 +00:00
Dries Buytaert aac188d346 - fixed more then 30 typoes (thanks to my Linux spellchecker) 2001-01-04 19:35:55 +00:00
Steven Wittens fbb5370581 Category bug fixed. 2001-01-04 15:27:26 +00:00