summaryrefslogtreecommitdiff
path: root/story.php
Commit message (Collapse)AuthorAge
* - applied David Norman's patch to turn all <?'s into fully qualifiedDries Buytaert2001-03-10
| | | | <?php's.
* - more small improvementsDries Buytaert2001-03-08
|
* - some important changes to our theme API which can be summerized as:Dries Buytaert2001-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | abstract() + article() = story() abstract() and article() have been merged into a new function story() which looks like: function story($story_object, $reply) { if (!reply) { // full story } else { // main page version / abstract } } This should allow you to "compress" your theme as abstract() and article() tended to be 98% identical. => I didn't really merge your themes so I leave it up to *you* to improved the code!!! Do it ASAP as we release drupal 2.00 in 7 days. In future we'll have similar functions for other content types as for example: review($review, $reply); enquete($enquete, $reply); ...
* A rather large and important update:Dries Buytaert2001-03-07
| | | | revised most of the SQL queries and tried to make drupal as secure as possible (while trying to avoid redundant/duplicate checks). For drupal's sake, try to screw something up. See the mail about PHPNuke being hacked appr. 6 days ago. The one who finds a problem is rewarded a beer (and I'm willing to ship it to Norway if required). I beg you to be evil. Try dumping a table a la "http://localhost/index.php?date=77778;DROP TABLE users" or something. ;)
* - More updates on the translation supportDries Buytaert2001-02-17
|
* - various updates, bugfixes and improvementsDries Buytaert2001-02-04
|
* - fixed small bug in story.php (reported by martin@abol.com)Dries Buytaert2001-01-26
|
* - removed redundant spacesDries Buytaert2001-01-26
|
* - fixed bug in story.phpDries Buytaert2001-01-24
| | | | Unc: never mind about the removed link to $theme->article()
* - heck, I'll just remove that piece of code - it's no longer needed ;)Dries Buytaert2001-01-22
|
* - bugfixDries Buytaert2001-01-22
|
* - polished the code by removing some redundant checksDries Buytaert2001-01-22
|
* - dumped stories are no longer accessibleDries Buytaert2001-01-22
|
* - fixed some bugs in the new comment/discussion code and added a fewDries Buytaert2001-01-21
| | | | enhancements
* - removed old discussion.phpDries Buytaert2001-01-20
- added new story.php