- 18 Jul, 2001 2 commits
-
-
Dries Buytaert authored
+ parser improvements: we can now parse some (if not all) of the Userland RSS 0.91 feeds
-
Dries Buytaert authored
- node.module: + added missing t()-functions (reported by Nick). - locale.module: + renamed '$lang' to '$language' (reported by Nick).
-
- 17 Jul, 2001 7 commits
-
-
natrak authored
- added a links option so pages can be displayed on the links of the site in an easy way. (Requires an SQL update.) - made HTML and text type pages be $theme->box()ed again. - made the page body hidden in a comment during editing, in case things crash you should still be able to retrieve your code. Will keep working on a better solution. node.module - made all node types be listed in the node listings.
-
Kjartan Mannes authored
- added a links option so pages can be displayed on the links of the site in an easy way. (Requires an SQL update.) - made HTML and text type pages be $theme->box()ed again. - made the page body hidden in a comment during editing, in case things crash you should still be able to retrieve your code. Will keep working on a better solution. node.module - made all node types be listed in the node listings.
-
Dries Buytaert authored
- meta.module: + fixed meta_save() warning as reported by Kristjan
-
Kjartan Mannes authored
-
Kjartan Mannes authored
tag.
-
Dries Buytaert authored
+ small update
-
Dries Buytaert authored
+ missing ', 1' parameter to check_output()
-
- 16 Jul, 2001 1 commit
-
-
Dries Buytaert authored
- cron.php: + potential improvement (thanks KJ)
-
- 15 Jul, 2001 9 commits
-
-
Dries Buytaert authored
- Various updates, mostly related to our RDF/RSS backend.
-
Dries Buytaert authored
- Removed old export framework.
-
Dries Buytaert authored
+ let's get the order of the items in the admin page right
-
Dries Buytaert authored
- Various updates, mostly related to our RDF/RSS backend.
-
Dries Buytaert authored
- Various updates, mostly related to our RDF/RSS backend.
-
Dries Buytaert authored
- system.module: + code review -> small improvements + XHTML-ified
-
Dries Buytaert authored
+ fixed typo
-
Dries Buytaert authored
- import.module: + added new "tab" to import.module called "news sources". + improvement to import.module navigation. - theme.inc: + renamed 'your contributions' to 'your submissions'.
-
Dries Buytaert authored
- import.module: + small improvements to feed administration + added some additional error/watchdog message upon failure + improved the robustness of the parser routine; more feeds get parsed succesfully now.
-
- 14 Jul, 2001 10 commits
-
-
Dries Buytaert authored
- A lot of (a) visual and (b) navigational improvements to import.module.
-
Dries Buytaert authored
+ another bugfix
-
natrak authored
-
Dries Buytaert authored
+ oops, fix small bug
-
Dries Buytaert authored
- blog.module: + small visual improvement
-
Dries Buytaert authored
- blog.module: + added RSS 0.91(5) feeds to the blog module which makes it possible to both syndicate an particular user's latest blog entries, or the latest entries of all users.
-
Dries Buytaert authored
- blog.module: + added RSS 0.91(5) feeds to the blog module which makes it possible to both syndicate an particular user's latest blog entries, or the latest entries of all users.
-
Dries Buytaert authored
- theme system: + added $theme->images() - blog.module: + improved user-friendliness and rewrote most of the output routines + made quoted text /italic/ by default + integrated discussion system like it should + ... - marvin.theme: + small visual improvements
-
Steven Wittens authored
Update of the box function in themes to allow a difference in style/output/look of a box() depending on the position on the page. Basically this is a 'nice version' of a hack that you could do as a theme author. I've updated all the standard themes, but 3rd party themes will of course have to be updated by their authors, in the following manner: - Replace the box() declaration: < function box($subject, $content) { > function box($subject, $content, $region = "main") { - Replace the theme_account call: < theme_account($this); > theme_account("region", $this); Note that you'll have to replace "region" with the correct region that the box is placed in. However if you have a one-column theme, you should use "all", and not for example "left" (if all boxes are on the left). Usually the "region" here should be the same as the nearest theme_blocks() call. Those theme authors who want to can make boxes that appear in the center look different from those that appear in the sides for example.
-
Dries Buytaert authored
- import.module: + changed the link name to "news feeds" + changed the link on the "latest news" page
-
- 13 Jul, 2001 5 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
- Increased width to 100% to reduce wasted space (and that link bar at the top was getting too wide)
-
Dries Buytaert authored
- cloud.module: + Fixed "rotten date" (as remco like to calls it). + Added "URL to monitor" field. + Added some error checking. + Apply the updates in 2.00-to-x.xx.sql.
-
Dries Buytaert authored
- import.module: + fixed typo
-
- 12 Jul, 2001 6 commits
-
-
Dries Buytaert authored
- blog.module: + fixed visual glitch with 'read more' link (blog comments) + made it possible to delete your last blog item + fixed timestamp bug when previewing a new blog + fixed potential problem with blog_save() + fixed a few HTML/XHTML tinkos. - statistics.module: + "yoursite.com" should no longer show up under "external referrers" + fixed "Referers of the last 31 years 37 weeks 1 hour 46 min 40 sec" bug + xhtml-ified - node.inc: + fixed watchdog message - import.module: + small block improvement
-
Dries Buytaert authored
- Two small bugfixes.
-
natrak authored
account_track_site().
-
Dries Buytaert authored
- Fixed "Blog this item" as reported by Natrak.
-
Dries Buytaert authored
- blog.module: + fixed tiny bug in blog_save()
-
Dries Buytaert authored
- blog.module, import.module: + 2 small improvements wrt to access rights
-