- 13 Jun, 2001 3 commits
- 12 Jun, 2001 2 commits
-
-
Steven Wittens authored
-
Kjartan authored
$this->attributes = $node[attributes]; Makes more sense this way :-)
-
- 11 Jun, 2001 5 commits
-
-
Dries authored
- More updates to index.module.
-
Dries authored
'=' instead of ';' and ':'. It is considered to be more readable. --> A _first_ step towards and improved index.module. Stay tuned for more. + Important: If you update from CVS - apply the queries in 2.00-to-x.xx.sql! - Changed all 'attribute' to 'attributes'. + Important: If you update from CVS - apply the queries in 2.00-to-x.xx.sql! + Important: This might require to ieni-wieni small update to your custom themes and/or node-related modules: - themes: node_index($node->attribute) -> node_index($node) - node modules: attribute -> attributes
-
Dries authored
- Removed credits file. We can't keep up with this. CVS history and mailing lists for credits. We know who you are ...
-
natrak authored
- fixed the trailing | in some cases. - removed theme_morelinks(). - added node_links(). - simplified BaseTheme->links(). - updated themes. Notes - the new links system is taking form, but concider it beta. There might still be some major changes ahead so I suggest waiting a little longer before modifying your theme to take advantage of it.
-
Kjartan authored
- fixed the trailing | in some cases. - removed theme_morelinks(). - added node_links(). - simplified BaseTheme->links(). - updated themes. Notes - the new links system is taking form, but concider it beta. There might still be some major changes ahead so I suggest waiting a little longer before modifying your theme to take advantage of it.
-
- 10 Jun, 2001 5 commits
-
-
Dries authored
This a rather large commit that needs a lot of fine-tuning. If you update, you'll break your site as you need switching from structure to index.module: so this can be considered an intermediate commit. If you upgrade, and you are welcome to, just create a collection called "section" (for now) and assign your nodes some attributes in the described format. Feedback and bugreports are welcomed. Questions will be answered. CHANGES: - comment system: + when replying to a node (rather then to a comment), that node is displayed above the reply form. + when replying to a comment (rather then to a node), that comment is displayd above the reply form. - removed structure.inc, removed structure.module. - node.inc: + added 2 new node functions called 'node_attribute_edit()' and 'node_attribute_save()' used to 'hook in' any indexing system including your home-brewed stuff if you'd want to. Currently, index.module is the facto default index system. See story.module for usage. - book.module, story.module, poll.module, page.module, forum.module: + added preview functionality to administration section (via node module). + removed all references to structure.inc (category, topic). - moderate.module: + removed all references to structure.inc (category, topic). - book.module, story.module, page.module, forum.module: + increased the sizes of some textareas. - submit.php: + removed all references to structure.inc (category, topic). - marvin.theme: + removed dead code: function story() was depricated. - unconed.theme: + removed hardcoded references to drop.org. - marvin.theme, unconed.theme, jeroen.theme, yaroon.theme, example.theme: + removed all references to structure.inc (category, topic). TODO: - file.module, trip_link.module: + update preview functionality: see story.module for example. + remove references to 'cid' and 'tid', use 'attribute' instead: see story.module for example. - extend and build upon index.module as well as making it configurable
-
natrak authored
- created a BaseTheme class in theme.inc. - added links($links = array(), $status = 0, $node = 0) to BaseTheme. - modified all themes to extend from BaseTheme. - modiefied theme_link() to take advantage of $theme->links(). - theme_morelink() does not require a $theme argument. Todo - add the other standard variables and functions to BaseTheme. - some themes could use some more modifications. Weird - marvin.theme still has a story() function.
-
Kjartan authored
- created a BaseTheme class in theme.inc. - added links($links = array(), $status = 0, $node = 0) to BaseTheme. - modified all themes to extend from BaseTheme. - modiefied theme_link() to take advantage of $theme->links(). - theme_morelink() does not require a $theme argument. Todo - add the other standard variables and functions to BaseTheme. - some themes could use some more modifications. Weird - marvin.theme still has a story() function.
-
Steven Wittens authored
-
Dries authored
- page.module: + we no longer wrap the output in a $theme->box(). If you want it in a box, just use $theme->box(). + increased the sizes of the main "body"-form to make editing larger pages easier.
-
- 09 Jun, 2001 3 commits
-
-
Steven Wittens authored
- Added $theme->foreground and $theme->background vars to provide some general usable colors outside of a theme. - Updated poll.module to use the new $theme color variables
-
Kjartan authored
-
Dries authored
- Added a 'remove items' feature to reset a feed. - Slightly improved the parsing algorithm; in some cases, were tags have attributes, things went wrong. We ignore attributes for now as we don't do anything with those. Example: <item rdf:about="http://foo.com"></item> ^^^^^^^^^^^^^^^^^^^^^^^^^
-
- 08 Jun, 2001 4 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
- Added "dirty" support for theming the poll-bars... uses $theme->pollfill and $theme->pollempty for now.
-
Dries authored
- Revised the 'track sitename' feature: it should be more accurate now.
-
Dries authored
- Revised the 'track sitename' feature: it should be more accurate now.
-
- 07 Jun, 2001 6 commits
-
-
Dries authored
- Fixed inconsistent behavior of 'node_save()' and simplified the algorithm a bit. --> Needs testing! I improved this last night and only got around to testing this rather briefly/quickly. It was to late already. ;-) (This is part of a larger set of changes I'm slowly working on which I will feed to CVS in steps after more testing.) - Added 2 new node functions called 'node_attribute_edit()' and 'node_attribute_save()' used to 'hook in' any indexing system including your home-brewed stuff if you'd want to.
-
Dries authored
- Node filters: renamed 'Strip link tags' to 'Enable link tags'. (Suggestion by Remco.)
-
Dries authored
- Fixed problem with account.module listings. (Reported by Remco.)
-
Steven Wittens authored
- Fixed votes being reset to zero when updating a poll - Fixed that weird crashing bug on the poll form (Natrak)
-
Kjartan authored
-
Dries authored
- Fixed bug in node_search of node.module.
-
- 06 Jun, 2001 11 commits
-
-
Steven Wittens authored
- Changed dries_at_drop.org into an UnConeD-Magically-Anti-Spam-Formatted-Email-Address(tm)
-
Dries authored
- Updated CHANGELOG
-
Dries authored
- Increased the maximum length of the 'link'-textfield.
-
Dries authored
- Added 'help structure' for node.module. We still need documentation for nodes ... anyone maybe? - Improved help.module.
-
Dries authored
- Typo: 'timstamp' should have been 'timestamp'.
-
Dries authored
- Fixed bug in cron function of import.module: headlines did not expire properly.
-
http://extra.user.info/Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
- Added "read more" link for the block-version of a poll - Added mini-docs :)
-
Dries authored
- Improved db_fetch_array() to return an associative array only: passing around arrays should be less expensive.
-
Dries authored
- Fixed permission problem in node.module. Kristjan: this should fix the problem you reported on the mailing-list. We aim at providing a better solution in the long though.
-
- 05 Jun, 2001 1 commit
-
-
Dries authored
- Fixed bug in 'attribute editor'.
-