Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - removed redundant tables | Dries Buytaert | 2001-04-07 |
| | |||
* | - improved rating module: it now shows some basic statistics :-) | Dries Buytaert | 2001-04-07 |
| | | | | | | - updated database files - removed affialiate-site and drupal-site module: maintain them by hand through a box for now will you. | ||
* | - small update to gravity | Dries Buytaert | 2001-04-07 |
| | |||
* | - small update | Dries Buytaert | 2001-04-07 |
| | |||
* | - fixed bug in common.inc: throttle() | Dries Buytaert | 2001-04-07 |
| | | | | | | | - streamlined method invocation in node.inc - added node_status() function to modules - added NEW (mostly static) page module - added NEW settings module | ||
* | A lot of small changes (search-n-replace) make a big commit: | Dries Buytaert | 2001-04-06 |
| | | | | | | | | | | - 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 | ||
* | - a bunch of various updates | Dries Buytaert | 2001-04-05 |
| | |||
* | - various smaller improvements | Dries Buytaert | 2001-04-04 |
| | |||
* | Last night's updates: | Dries Buytaert | 2001-04-04 |
| | | | | | | | | | - 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 - ... | ||
* | - fixed bug in diary module | Dries Buytaert | 2001-04-03 |
| | |||
* | <center></center> ==> <div align="center"></div> | Dries Buytaert | 2001-04-02 |
| | |||
* | - list nodes chronological | Dries Buytaert | 2001-04-02 |
| | |||
* | Commiting my work of last Sunday: | Dries Buytaert | 2001-04-02 |
| | | | | | | | | | | | | | | | | | | | | | | - 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. | ||
* | Just a minor adjustment to tanslate \n to <BR> in account_user() for bio and ↵ | natrak | 2001-04-01 |
| | | | | sig. | ||
* | - undid some changes | Dries Buytaert | 2001-04-01 |
| | |||
* | - simplified some of the node stuff: | Dries Buytaert | 2001-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 Wittens | 2001-03-31 |
| | |||
* | - worked even more on the robustness of include/node.inc | Dries Buytaert | 2001-03-31 |
| | |||
* | - tidied up the watchdog messages | Dries Buytaert | 2001-03-31 |
| | |||
* | - simplified book.module so that it is easier to maintain (yet a bit | Dries Buytaert | 2001-03-31 |
| | | | | less sexy) - the entire module is only 258 lines. | ||
* | - fixed another bug | Dries Buytaert | 2001-03-31 |
| | |||
* | - fixed bug in section.module: id -> nid | Dries Buytaert | 2001-03-31 |
| | | | | - fixed bug in book.module: not 100% yet | ||
* | Fixed article/body bug | Steven Wittens | 2001-03-31 |
| | |||
* | - removed debug information | Dries Buytaert | 2001-03-31 |
| | |||
* | Fixed bug with $story->body | Steven Wittens | 2001-03-31 |
| | |||
* | Fixed bug: | Steven Wittens | 2001-03-31 |
| | | | | "na" appeared when a story didn't have "read more" | ||
* | - fixed "you-have-to-logout-and-login-before-permissions-change" bug | Dries Buytaert | 2001-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 bug | Dries Buytaert | 2001-03-31 |
| | |||
* | Added/updated the theme-description at the top... | Steven Wittens | 2001-03-31 |
| | |||
* | - removed dead links | Dries Buytaert | 2001-03-31 |
| | |||
* | - fixed typo in hostname.conf | Dries Buytaert | 2001-03-31 |
| | |||
* | - visual improvements to example.theme, simplified HMTL code (- 20 | Dries Buytaert | 2001-03-31 |
| | | | | | | lines) - made node.inc more robust: it should roll-back when something goes fubar and it should work in subdirectories | ||
* | - removed debug statement | Dries Buytaert | 2001-03-30 |
| | |||
* | - forgot to remove a debug statement | Dries Buytaert | 2001-03-29 |
| | |||
* | - fixed issue depricated call-by-reference issues | Dries Buytaert | 2001-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 and | Dries Buytaert | 2001-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.theme | Dries Buytaert | 2001-03-28 |
| | |||
* | - update the linking mechanism: to link to a "node" (ex story) with title | Dries Buytaert | 2001-03-28 |
| | | | | "fubar", use [[fubar]] or [[fubar|link text]]. | ||
* | - streamlined the book and story module | Dries Buytaert | 2001-03-28 |
| | |||
* | - on popular demand: | Dries Buytaert | 2001-03-28 |
| | | | | added the # votes to the "track your comments" page | ||
* | Flushing my backlog (in case Natrak wants to make more changes): | Dries Buytaert | 2001-03-28 |
| | | | | | - tidied up some of the code - fixed a small problems | ||
* | Made a few cosmetic changes. Mostly just checking out how much work it | Kjartan Mannes | 2001-03-27 |
| | | | | would be to support more databases :-) | ||
* | Fixed a small typ that caused the existing real name of an account now being ↵ | natrak | 2001-03-27 |
| | | | | shown when editing it. | ||
* | Changed the error re-direct URL to the same as $site_url in case a user ↵ | Kjartan Mannes | 2001-03-27 |
| | | | | tries to access a sub-directory that does no exist. | ||
* | - small improvements as well as 2 bugfixes | Dries Buytaert | 2001-03-26 |
| | |||
* | - fixed home-link when using drupal in a subdirectory | Dries Buytaert | 2001-03-26 |
| | |||
* | - restored check_textarea: I changed it for debugging purpose but forgot to | Dries Buytaert | 2001-03-25 |
| | | | | switch it back | ||
* | - improved search functionality | Dries Buytaert | 2001-03-25 |
| | |||
* | - added a bit of text and a "do not reload" warning | Dries Buytaert | 2001-03-25 |
| | |||
* | - fixed typo | Dries Buytaert | 2001-03-25 |
| |