| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
your theme:
- corrected some missing translations in story.module. Oops!
- grealty simplified the "moderation threshold mechanism"(tm) so
that module writers don't have to worry about this. As a result
story.module and book.module became a bit smaller and easier to
grasp.
- greatly simplified new "category" and "topic" code which is soon
going to replace the "section" code. Needs more work though so
hang on thight.
- includes/section.inc and modules/section.module are replaced by
includes/structure.module and modules/structure.module.
- beautified example.theme a bit without adding HTML complexity:
it is a good example but still useful as a theme
- made theme example use "categories" and "topics"
--> TAKE A LOOK AT IT AND UPDATE YOUR THEME
- made theme marvin use "categories" and "topics"
--> TAKE A LOOK AT IT AND UPDATE YOUR THEME
- added 2 new "story listings" to administrator interface of
story.module to verify story integrity.
- optimized comment table a bit (work in progress)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
it now uses the new category code, incl content bindings.
You can setup different "categories" which map on a content
type. Example:
review -> review.module
article -> story.module
column -> story.module
announc. -> story.module
addons -> file.module
themes -> file.module
- "generalised" story.module and book.module's output.
- fixed bug in includes/timer.inc
- fixed glitch in theme example.theme: it said "$how by" but
the variable $how has never been declared.
- added "drupal development settings" to display some timings
- more work on the categories/topics -> does NOT work yet
|
|
|
|
|
|
| |
+ added "reset to defaults"
+ added "development settings" - for drupal development only
+ made a few things more consistent
|
|
|
|
|
|
|
| |
footer message like a copyright notice. Themes should use this!
- small improvement to example theme
- added theme_footer to theme marvin
- small improvement to database.inc
|
| |
|
|
|
|
|
| |
- added _type() hook so each module can return the content types he/she
implements
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- slightly improved story.module, node.module and book.module
- made the "default theme" a setting from the setting page
- polished a bit on the export function: we can now export the
book or parts thereof through the following url:
1. http://drop.org/export/book/
(full book)
2. http://drop.org/export/book/nid
(where nid is the node id to start with)
The export routine demonstrates how it can be done yet the
output is too basic and can only improve over time.
|
| |
|
|
|
|
|
|
| |
by (1) adding a few extra features to "easify" navigation and (b)
to start using "status messages" as once suggested on the mailing
list by Jeroen
|
| |
|
| |
|
| |
|
|
|
|
|
| |
a. only display childs 3 levels deep
b. better index page
|
|
|
|
|
|
| |
- updated database files
- removed affialiate-site and drupal-site module: maintain them
by hand through a box for now will you.
|
| |
|
|
|
|
|
|
|
| |
- streamlined method invocation in node.inc
- added node_status() function to modules
- added NEW (mostly static) page module
- added NEW settings module
|
|
|
|
|
|
|
|
|
|
| |
- fixed update bug in book.module
- provide a log message when both adding and updating book pages
- all configurable variables are now accessed through "variable_get()":
- rewrote watchdog and submission throttle and removed watchdog.inc
- improved robustness of sections.inc
- imporved story.module
- updated ./database/database.sql
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- improved "track drop.org": it has now 2 boxes, one for "track
comments" and one for "track nodes"
- various small improvements to the book module based on the
feedback we got.
- fixed typo in moderation module
- ...
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- removed ban.inc and ban.module and integrated it in account.module
under the name "access control" --> the ban code was not really up
to standard so this has now been dealt with. This refactoring and
reintegration cuts down the code size with 100 lines too. :-)
(The ban.module code was really old and it showed.)
- added node.module and made the other modules reuse some of this
code --> cut down the code size of modules by at least 100 lines
and adds stability.
- added a status() function to admin.php to display a conform status
message where appropriate. See admin.php for usage.
- removed $theme->control() and made comments.inc handle this itself
wrapped in a $theme->box(). No need to clutter the themes with
such complexity --> updated all themes already. :-)
- some small visual changes to some administration pages to be more
consistent across different modules.
|
| |
|
|
|
|
|
| |
stories can no longer be scheduled -> this functionality will be made
generic for all nodes
|
| |
|
|
|
|
| |
less sexy) - the entire module is only 258 lines.
|
| |
|
|
|
|
| |
- fixed bug in book.module: not 100% yet
|
| |
|
|
|
|
|
|
|
| |
(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
|
| |
|
| |
|
|
|
|
|
|
| |
lines)
- made node.inc more robust: it should roll-back when something goes
fubar and it should work in subdirectories
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
- tidied up some of the code
- fixed a small problems
|
|
|
|
| |
shown when editing it.
|
| |
|
| |
|
|
|
|
|
|
| |
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! :-)
|
| |
|
|
|
|
| |
it's not 100% stable yet
|
| |
|
|
|
|
|
| |
(It only exports story headline so we might want to move the export
function to the story.module in the near feature.)
|
|
|
|
|
| |
for each succesful node and you loose 1/2 a bonus point for all dumped
nodes
|
| |
|
|
|
|
| |
faster now.
|