summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Typo: "the language the site" -> "the language of the site".Steven Wittens2001-04-12
|
* Hey,Jeroen Bensch2001-04-11
| | | | | | | | | | Just a theme... Guess I was kindof bored today and made a theme. I discovered the tags: topmargin="0" leftmargin="0" marginwidth="0" marginheight="0", and thought, well, how about I build a theme around those tags... And so I did. It isn't finished yet. Not even close, but when you add my theme to the array in your_hostname.conf in the includes dir (insert it as the first element, so it'd be the default theme) and load the main page locally on your computer you should see something with the color scheme of the Petit Bateau clothing line for babies. Something without gfx (Yes it sounds weird reading this from Jeroen :)) No subliminal random messages or changing graphics involved. Nothing. I especcially mention the header on the page. It says drop.org in the left upper corner. I don't want a logo there, just the text. Somehow I must find it _cool_ or so, don't know why. Mmm, now that I think of it, I might just make it http://drop.org/ too. Going to try that. Well, it's 01.40 now, I think you'll understand that I didn't really feel like implementing the whole comment function at this time... :) So, there are no comments visible yet. The layout is still crappy, and the links don't have the desired color yet. Nevertheless, tell me what you think of it. :) Doesn't have to be good opinions. Color schemes are to be discussed, but I must've already adapted to the childish blue I think. So what do we got? A freaky, yet simple design that somehow makes the hair on my butt arise... A stupid color scheme. No graphics. No specials. Boxes only on the left while news on the right (something I haven't seen to much up untill now. Despite all of this I seem to like it :) Goodnight, Jeroen.
* Hey,Jeroen Bensch2001-04-11
| | | | | | Another .gif... Jeroen.
* Hey,Jeroen Bensch2001-04-11
| | | | | | Just a .gif that I commit... Jeroen.
* - fixed a small SQL bug in page.moduleDries Buytaert2001-04-11
| | | | | | | | | | | | | | | - 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.
* - ieni-wieni-small update to backend.classDries Buytaert2001-04-10
|
* - improved administrator interface of account, node, story and bookDries Buytaert2001-04-10
| | | | | | 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
* - small improvement to admin interfaceDries Buytaert2001-04-09
|
* - fixed bug in comment codeDries Buytaert2001-04-09
|
* - fixed small bug in "recent nodes"Dries Buytaert2001-04-08
|
* - small improvements to node.incDries Buytaert2001-04-08
|
* Hey,Jeroen Bensch2001-04-08
| | | | | | I updated my jeroen.theme. Its navigation box on the right is nicer now :), also, in that navigation box, I changed help into handbook. It looked more appropriate. Jeroen.
* - fixed typo in error.php (reported by Jeroen)Dries Buytaert2001-04-08
|
* - ... and order things by weightDries Buytaert2001-04-08
|
* - typoDries Buytaert2001-04-08
|
* - improvements to book module:Dries Buytaert2001-04-08
| | | | | a. only display childs 3 levels deep b. better index page
* - small fine-tuningDries Buytaert2001-04-07
|
* - removed redundant tablesDries Buytaert2001-04-07
|
* - improved rating module: it now shows some basic statistics :-)Dries Buytaert2001-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 gravityDries Buytaert2001-04-07
|
* - small updateDries Buytaert2001-04-07
|
* - fixed bug in common.inc: throttle()Dries Buytaert2001-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 Buytaert2001-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 updatesDries Buytaert2001-04-05
|
* - various smaller improvementsDries Buytaert2001-04-04
|
* Last night's updates:Dries Buytaert2001-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 moduleDries Buytaert2001-04-03
|
* <center></center> ==> <div align="center"></div>Dries Buytaert2001-04-02
|
* - list nodes chronologicalDries Buytaert2001-04-02
|
* Commiting my work of last Sunday:Dries Buytaert2001-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 ↵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
|