summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - a 2nd batch of various updatesDries Buytaert2001-02-10
|
* - added a "search framework" which allows for easy searchingDries Buytaert2001-02-10
| | | | | (to be continued) - tidyied up some existing code
* - last night's fixDries Buytaert2001-02-09
|
* - fixed tiny bug in the user account administration pageDries Buytaert2001-02-08
|
* - added new feature for evaluating purpose: user rating (mojo, karma)!Dries Buytaert2001-02-07
| | | | - removed tabs from Jeroen's theme
* - fixed English typo reported by Peter Abol <martin@abol.com>.Dries Buytaert2001-02-06
|
* - small fix for 4.0.4Dries Buytaert2001-02-06
|
* - bugfix + enhancementsDries Buytaert2001-02-06
|
* - documentation updates contributed by Michael O'Henly <michael@tenzo.com>Dries Buytaert2001-02-05
| | | | and myself
* OK, this is the third time I'm trying to get my theme submitted. It should ↵Jeroen Bensch2001-02-05
| | | | | | | | | work now. It's ready for public release and can be added the the drupal CVS releases. First however, make sure you check htpp://jeroen.drop.org first and let me know if you find any more bugs. I still have to change a bit one a .gif before my footer is correct but that won't be a problem. And thanks to Dries for solving some theme-problems. Jeroen
* - various updates, bugfixes and improvementsDries Buytaert2001-02-04
|
* - fixed small bug in story.php (reported by martin@abol.com)Dries Buytaert2001-01-26
|
* - removed all tabsDries Buytaert2001-01-26
|
* *** empty log message ***Dries Buytaert2001-01-26
|
* - removed redundant spacesDries Buytaert2001-01-26
|
* - fixed 2 small bugs (reported by martin@abol.com)Dries Buytaert2001-01-26
|
* - added port + directory patch for loading configuration filesDries Buytaert2001-01-26
|
* - fixed ieni-wienie small bug in comment.inc (reported by NotZen)Dries Buytaert2001-01-25
|
* - fixed small typoDries Buytaert2001-01-25
|
* - fixed bug in story.phpDries Buytaert2001-01-24
| | | | Unc: never mind about the removed link to $theme->article()
* - fixed search.php problem reported by visitorDries Buytaert2001-01-24
|
* - fix for the "block problem" reported by martin@abol.com:Dries Buytaert2001-01-24
| | | | | it only happened when you hosted drupal in a subdirectory a la http://yourserver.com/drupal/
* - removed warning in theme unconed when using 4.0.4Dries Buytaert2001-01-23
|
* - small update to display the section in alphabetical orderDries Buytaert2001-01-23
|
* - fixes table bugDries Buytaert2001-01-23
| | | | - add ienie-wiene of information
* - fixed bug in database.mysqlDries Buytaert2001-01-23
| | | | - removed redundant options from hostname.conf
* - heck, I'll just remove that piece of code - it's no longer needed ;)Dries Buytaert2001-01-22
|
* - bugfixDries Buytaert2001-01-22
|
* Another round of themeing and this is where I got, there are still some ↵Jeroen Bensch2001-01-22
| | | | | | "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.
* - polished the code by removing some redundant checksDries Buytaert2001-01-22
|
* - dumped stories are no longer accessibleDries Buytaert2001-01-22
|
* - added initial locale support as discussed on the mailing listDries Buytaert2001-01-22
|
* - Forgot to add the update file for those upgrading their live site.Dries Buytaert2001-01-22
|
* - fixed one bug that only showed when up using 4.00 and not with 4.0.4Dries Buytaert2001-01-22
| | | | - added extra checking
* I know, I know, it is getting nasty lately but I have another large commit ↵Dries Buytaert2001-01-21
| | | | | | 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.
* - fixed some bugs in the new comment/discussion code and added a fewDries Buytaert2001-01-21
| | | | enhancements
* - fixed MySQL bug in account.phpDries Buytaert2001-01-20
|
* - 2 more bugfixesDries Buytaert2001-01-20
|
* - 3 small bugfixesDries Buytaert2001-01-20
|
* - removed old discussion.phpDries Buytaert2001-01-20
| | | | - added new story.php
* - updated/improved discussion engine: it needs additional fine-tuningDries Buytaert2001-01-20
| | | | | | | | | | | | | | | | | | | 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';
* - by default, keep the watchdog for one week rather then two weeksDries Buytaert2001-01-20
| | | | (http://drop.org/admin.php?op=watchdog is gets way to lengthy)
* - finally fixed the offset-by-one-day bugDries Buytaert2001-01-20
|
* Fixed bug with story-moderation-comments starting at 0 score instead of 1.Steven Wittens2001-01-16
|
* - Harry Zink reported that 'administrate' is not entirely correct EnglishDries Buytaert2001-01-16
| | | | so I renamed "administrate xxx" to "administer xxx".
* forgot a checkoutput() in article...Steven Wittens2001-01-15
|
* - added drupal 1.00 finalDries Buytaert2001-01-15
|
* OK, check out this version of my theme. Everything "should" work now. Only ↵Jeroen Bensch2001-01-15
| | | | | | | | 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. :)
* - tiny updateDries Buytaert2001-01-13
|
* - Oops, forgot to remove a debug statement ;)Dries Buytaert2001-01-13
|