summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Just a minor adjustment to tanslate \n to <BR> in account_user() for bio and ↵natrak2001-04-01
| | | | sig.
* - undid some changesDries Buytaert2001-04-01
|
* - simplified some of the node stuff:Dries Buytaert2001-04-01
| | | | | stories can no longer be scheduled -> this functionality will be made generic for all nodes
* Make the logo slightly better... removed the color from the center dots.Steven Wittens2001-03-31
|
* - worked even more on the robustness of include/node.incDries Buytaert2001-03-31
|
* - tidied up the watchdog messagesDries Buytaert2001-03-31
|
* - simplified book.module so that it is easier to maintain (yet a bitDries Buytaert2001-03-31
| | | | less sexy) - the entire module is only 258 lines.
* - fixed another bugDries Buytaert2001-03-31
|
* - fixed bug in section.module: id -> nidDries Buytaert2001-03-31
| | | | - fixed bug in book.module: not 100% yet
* Fixed article/body bugSteven Wittens2001-03-31
|
* - removed debug informationDries Buytaert2001-03-31
|
* Fixed bug with $story->bodySteven Wittens2001-03-31
|
* Fixed bug:Steven Wittens2001-03-31
| | | | "na" appeared when a story didn't have "read more"
* - fixed "you-have-to-logout-and-login-before-permissions-change" bugDries Buytaert2001-03-31
| | | | | | | (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
* - fixed update bugDries Buytaert2001-03-31
|
* Added/updated the theme-description at the top...Steven Wittens2001-03-31
|
* - removed dead linksDries Buytaert2001-03-31
|
* - fixed typo in hostname.confDries Buytaert2001-03-31
|
* - visual improvements to example.theme, simplified HMTL code (- 20Dries Buytaert2001-03-31
| | | | | | lines) - made node.inc more robust: it should roll-back when something goes fubar and it should work in subdirectories
* - removed debug statementDries Buytaert2001-03-30
|
* - forgot to remove a debug statementDries Buytaert2001-03-29
|
* - fixed issue depricated call-by-reference issuesDries Buytaert2001-03-29
| | | | | | | | | - 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
* - made the node code a bit more rock-solid - needs more work andDries Buytaert2001-03-28
| | | | | | | 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)
* - fixed small problem in example.themeDries Buytaert2001-03-28
|
* - update the linking mechanism: to link to a "node" (ex story) with titleDries Buytaert2001-03-28
| | | | "fubar", use [[fubar]] or [[fubar|link text]].
* - streamlined the book and story moduleDries Buytaert2001-03-28
|
* - on popular demand:Dries Buytaert2001-03-28
| | | | added the # votes to the "track your comments" page
* Flushing my backlog (in case Natrak wants to make more changes):Dries Buytaert2001-03-28
| | | | | - tidied up some of the code - fixed a small problems
* Made a few cosmetic changes. Mostly just checking out how much work itKjartan Mannes2001-03-27
| | | | would be to support more databases :-)
* Fixed a small typ that caused the existing real name of an account now being ↵natrak2001-03-27
| | | | shown when editing it.
* Changed the error re-direct URL to the same as $site_url in case a user ↵Kjartan Mannes2001-03-27
| | | | tries to access a sub-directory that does no exist.
* - small improvements as well as 2 bugfixesDries Buytaert2001-03-26
|
* - fixed home-link when using drupal in a subdirectoryDries Buytaert2001-03-26
|
* - restored check_textarea: I changed it for debugging purpose but forgot toDries Buytaert2001-03-25
| | | | switch it back
* - improved search functionalityDries Buytaert2001-03-25
|
* - added a bit of text and a "do not reload" warningDries Buytaert2001-03-25
|
* - fixed typoDries Buytaert2001-03-25
|
* - All comments on the administration page are actually "linked" now: theDries Buytaert2001-03-25
| | | | | | 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! :-)
* - refactoring, refactoring, refactoringDries Buytaert2001-03-25
|
* - refactoring, refactoring, refactoringDries Buytaert2001-03-25
|
* - reorganized the ./update directory a bitDries Buytaert2001-03-25
| | | | | | | - 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
* - large commit of everything else that has been queued in my backlog:Dries Buytaert2001-03-25
| | | | it's not 100% stable yet
* - see previous commit messageDries Buytaert2001-03-25
|
* - nodified headline moduleDries Buytaert2001-03-25
| | | | | (It only exports story headline so we might want to move the export function to the story.module in the near feature.)
* - a small change to the rating algorithm: you get only 1/2 a bonus pointDries Buytaert2001-03-25
| | | | | for each succesful node and you loose 1/2 a bonus point for all dumped nodes
* - themes now get there header/footer links through theme_link();Dries Buytaert2001-03-24
| | | | - tidied up example.theme
* - small update to diary.moduleDries Buytaert2001-03-24
|
* - added check_select to format selection boxesDries Buytaert2001-03-24
| | | | | | | - improved check_input so that it won\\\'t escape charachters more than once - added [linking] mechanism - more about this later
* - nodified index.php:Dries Buytaert2001-03-24
| | | | | | 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
* - simplified the comment code: the SQL queries are less complex, thusDries Buytaert2001-03-24
| | | | faster now.