summaryrefslogtreecommitdiff
path: root/themes
Commit message (Collapse)AuthorAge
* - removed text in upper-right cornerDries Buytaert2000-12-29
|
* Surprise, surprise. After nothing but code, a large batch of changes:Dries Buytaert2000-12-29
| | | | | | | | | | | | | | | | | | | | | | - removed droplets - added (optional) admin_blocks module - added (optional) affiliate module - added (optional) about module (only placeholder, under construction) - fixed some tiny bugs (e.g. quote bug in search.php) - partionally rewrote some modules to be big, bad and better - partionally rewrote some modules to be more uniform - added GNU GPL license to CVS Also: - installed PHP 4.0.4 on my localhost and now working towards PHP 4.0.4 compatibility. - I think I'll baptize the engine "drupal". If you have a better idea, try convincing me ASAP. Todo: - more testing (also with PHP 4.0.4) - make "project"-module: download, info, blah blah - complete documentation
* - small bugfixes and standarized "export" routines for modules to use.Dries Buytaert2000-12-27
|
* Yet another large batch of updates:Dries Buytaert2000-12-23
| | | | | | | | - I rearranged some of the code and clean-up some of the mess. - Added "blocks" which can be user defined/controlled: check to see. The positioning of blocks is rather basic for the moment, so I'm all open for input on that.
* - intermediate commit: some bugfixes, changes and some drasticDries Buytaert2000-12-23
| | | | changes to block and module support
* Again, a large batch of updates - I'm twisting things around here:Dries Buytaert2000-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. improved .htaccess to be more "secure": to keep prying eyes out 2. rewrote the administration section from scratch using a modular approach 3. improved the information gathered by error.php - we can now (hopefully) track what bots are crawling us. 4. fixed a bug in submit.php, fixed a bug in theme zaphod, fixed a bug in theme marvin. 5. rewrote cron from scratch - it now interfaces with modules as it should have been from the beginning. Very cool if you ask me - it can use UNIX/Linux crontabs. 6. updated widget.inc to be module aware - needs more work though - maybe this afternoon? 7. updated most modules: small bugfixes, improvements, and even the documentation 8. removed diary.php and made it a module - you can now run a drop.org site without a diary system if someone would prefer so 9. updated all themes to use the new modules where appropriate 10. added a robots.txt because the error message in the watchdog become annoying. 11. added the new configuration system (mutliple vhosts on the same source tree) - use hostname.conf instead of config.inc 12. removed calendar.inc and made it a module 13. added format_interval() to functions.inc (UnConeD) 14. whatever I forgot ...
* - large batch of updatesDries Buytaert2000-12-14
|
* - changed quite a lot of things around, including small bug fixes (nothing)Dries Buytaert2000-12-07
| | | | | critical and module support. The faq.php will - for instance - become a module
* little bugger bugSteven Wittens2000-11-26
|
* - Redid most of account.php and fixed quite some bugs!Dries Buytaert2000-11-25
| | | | Check out your new user account stuff and give me some feedback.
* Fixed the "below your threshold" bug... it still had an old method in there. ↵Steven Wittens2000-11-21
| | | | Zaphod is outdated as well, and Marvin doesn't contain a check for 0 in there.
* theme tweakingSteven Wittens2000-11-13
|
* theme enlargementSteven Wittens2000-11-13
|
* Another batch with a lot of internal updates, yet no visual changes to theDries Buytaert2000-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | site: - watchdog (rewrite): + the collected information provides more details and insights for post-mortem research + input limitation - database abstraction layer: + mysql errors are now verbose and is no longer displayed in a browser - fixes a possible security risk - admin.php: + updated watchdog page + fixed security flaw - diary.php: + fixed nl2br problem - themes: + fixed comment bug in all 3 themes. - misc: + renamed some global variables for sake of consistency: $sitename --> $site_name $siteurl --> $site_url + added input check where (a) exploitable and (b) possible + added input size check + various small improvements + fixed various typoes ... and much, much more in fact.
* * small improvements to my themes:Dries Buytaert2000-11-07
| | | | | - they now use 'discussion_num_filtered()' to display the number of filtered comments.
* - Removed preview()Steven Wittens2000-11-03
| | | | | - Updated comment() for the new comment-class - Fixed the funky indentation :) (the blame goes to this weird text-editor)
* - fixed bug in search.phpDries Buytaert2000-11-03
| | | | | | | | | | | - fixed bug in discussion.php - theme update: comment() now takes 3 arguments: $comment - an object with comment data $link - a link to the reply form of that particular comment $thread - the subthread of that particular comment - theme 'marvin' and theme 'zaphod' are updated, theme 'unconed' is left to be done
* - Fixed quote bug in the comment tracker.Dries Buytaert2000-11-02
| | | | | | | | | | | | | | (suggestion UnConeD) - Added anchors to comment links to easy comment navigation. (suggestion UnConeD) - Fixed duplicate `you voted' after moderating a story. (suggestion UnConeD) - Fixed quote bug in administration center. - Expanded user administration with timezone information. - Improved the theme system by eliminating the "preview" function. Let's not make the system more complex then it ought to be. - Refined watchdog administration. - ...
* funky theme bug makes netscape look uglySteven Wittens2000-11-01
|
* * fixed quote bug just reported by UnConeD.Dries Buytaert2000-11-01
|
* * fixed the slash-bug just reported by UnConeD.Dries Buytaert2000-11-01
|
* - fixed a bug in check_input: html stripping was not 100% correct.Dries Buytaert2000-10-30
| | | | | | | | | | | | | - fixed a bug in account.php: the confirmation url is now correct. - improved error checking + security in diary.php. - fixed a bug in the html code of theme zaphod. - improved the date handling: always call format_date(). - expanded account information in administration pages. - added a new variable $siteurl to ./includes/config.inc. - added comment moderation to theme zaphod. - "alter table users add timezone varchar(8);" - !!! added new timezone feature !!! :o)
* added nl2br()'s where appropriate!Dries Buytaert2000-10-24
| | | | | | | UnConeD: will you add the nl2br()'s to your theme or do you want me to do so? Remark that it will look screwed up (too many <br>'s) with the current stories but it won't with new entries ...
* Comment control-box update...Steven Wittens2000-10-24
|
* * added a 'DOCTYPE' statementDries Buytaert2000-10-21
|
* Fixed 4 tiny bugs in unconed.theme:Dries Buytaert2000-10-21
| | | | | | | + 'nocomments' should be removed as it's no longer supported. + '$sid' should be passed or you'll get moderation errors. + 'get' should be 'post' in the control form. + renamed the 'Refresh'-button to 'Save'.
* - fixed a bug in unconed.themeDries Buytaert2000-10-21
|
* A big, fat commit with a shitload of internal changes. Not that muchDries Buytaert2000-10-19
| | | | | | | | | | | | | | | | | | | | visual changes: - removed redundant files user.class.php, calendar.class.php and backend.class.php. - converted *all* mysql queries to queries supported by the database abstraction layer. - expanded the watchdog to record more information on what actually happened. - bugfix: anonymous readers where not able to view comments. - bugfix: anonymous readers could gain read-only access to the submission queue. - bugfix: invalid includes in backend.php - bugfix: invalid use of '$user->block' and last but not least: - redid 50% of the user account system
* ... and the winner is ...Dries Buytaert2000-10-10
|
* Huge update - I don't have time to write everything down but the directoryDries Buytaert2000-10-10
| | | | | structure changes, some sections are expanded. Take a look at the source code or ask me to elaborate on certain issues/topics.
* ChangelogDries Buytaert2000-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --------- - improved the user information page. - improved the story submission page. - fixed comments score bug: '.00' --> 'x.00' - tried fixing the calendar wrapping - UnConeD, is it fixed now? - provided a link back to the submission queue after having voted for a story. - fixed comment subject bug (and security flaw) by replacing quotes by &quot;. - updated theme 'zaphod': fixed 2 bugs. - updated theme 'marvin': fixed 1 bug and improved the layout so things wrap (hopefully) better in Windows. - comments have by default no subject pre-set - if no subject is provided, the user is warned and when a comment eventually got submitted without a subject, a subject is composed using the x first characters of the comment's body. - improved comments on submit.php - corrected a typo in the FAQ. UnConeD ------- - replace 'article.php' by 'discussion.php' - comment() still uses old references to account.php: the parameters you supply to account.php does no longer hold. You have to update those links to the new syntax. - commentcontrol() is outdated - copy paste the one of theme 'marvin' and adjust it to your likings.
* I just commit everything what was queued in my backlog:Dries Buytaert2000-09-26
| | | | | | | | | | - Added a basic implementation of comment moderation - Updated and renamed my 2 themes: I removed redundant boxes and tried to work towards simplicity. - Disabled the other themes as they are broken (I gave you sufficent time to update them). - Removed redundant files. - Added security checks with regard to the usage of HTML tags.
* Over the last 2 days I redid and reorganized an afwul lot of code andDries Buytaert2000-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | made quite a lot of additions. The most remarkable addition is the diary server, which I slapped together in less then 40 minutes. Most of the other changes are however `unvisible' for the user but add much value to a better maintainability from a developer's objective. Like always, I fixed quite a number of small bugs that creeped into the code so we should have a bigger, better and more stable drop.org. Unfortunatly, some theme update _are_ required: REQUIRED THEME UPDATES: ======================= * use format_username() where usernames are used * use format_date() where timestamps/dates are used * use format_email() where e-mail addresses are displayed * use format_url() where url are displayed * replace 'formatTimestamp' with format_date * replace 'morelink_*' with 'display_morelink' [most of these functions are in function.inc or template.inc] ___PLEASE___ (<- this should get your attention ;) update your themes as soon as possible - it only takes 30 min. to get in sync with the other themes. Don't start whining about the fact you don't know what to change ... either eat the source cookie, or ask me to elaborate on a few changes. Just let me know what's puzzling you and I'll try to help you out! TODO LIST FOR NEXT WEEK ======================= * Add checks for max. text length in textarea's? Is there an HMTL attribute for this or ...? * Comment moderation + mojo * Edit/admin user accounts: block, delete, change permissions, ... * E-mail password, change password, change e-mail address -> extra checks and routines to validate such `special' changes. * Input checking - input filter: bad words, html tags, ...
* Updates:Dries Buytaert2000-07-13
| | | | | | | | | | | | | | | | | | | -------- * URI/URL enhancements to make the URLs more comprehensive and shorter. * Fixed a bug in submit.php that slipped in during the latest commit. * Changed a few tidbits on the calendar. * Fixed a bug in most themes: $tid --> $cid COUNT(tid) --> COUNT(cid) Updated most themes except for UnConeD's. * Fixed a handful of problems with Jeroen's theme. However, Jeroen's theme is still not working yet - some features are completly missing, making the theme not very useful ... Any known bugs left? If not, I'll head on tonight and add some new features. I'll probably add basic admin tools to edit articles and such. Once done, we can start on the comment moderation.
* for the third time...Jeroen Bensch2000-06-23
|
* *** empty log message ***Jeroen Bensch2000-06-22
|
* This is a logo being randomly generated, if it appears there is a cork stuckJeroen Bensch2000-06-22
| | | | in the pipe and no drop will leak out of it.
* Changed my theme so you could vote submissions.Jeroen Bensch2000-06-13
|
* renamed my theme.classJeroen Bensch2000-06-05
|
* * Enhancement: removed themes/list.php by integrating it directly intoDries Buytaert2000-06-05
| | | | | account.php. list.php was just being clumpsy and did simply not belong in the themes/-directory.
* My theme with the calendar...Jeroen Bensch2000-06-04
|
* like this?Jeroen Bensch2000-06-04
|
* Removed the NOWRAP tag in the subheader but I have to find a better way, itJeroen Bensch2000-06-04
| | | | doesnt look good in NS.
* Found a floating colored pixel in the logo + I typed the text in courier...Jeroen Bensch2000-06-04
| | | | I think this looks a bit better.
* This is the theme.class that I tried to change so it'd work under IE.Jeroen Bensch2000-06-04
|
* hope and pray my friends, I shuffled my theme.class around a bit and i hopeJeroen Bensch2000-06-03
| | | | this is the good one.
* Uploaded 3 .giffies for the navigation bar at the bottom I left borders on 1Jeroen Bensch2000-06-03
| | | | | because i still have to check out some table problems with that navigation bar.
* sorry wrong font sizeJeroen Bensch2000-06-03
|
* theme.class update, added a stylesheet to avoid font size problems betweenJeroen Bensch2000-06-03
| | | | | | browser, but now the Status box show in 9pt too and I dont want that, does anyone know how to break out a stylesheet so you still can assign font sizes within the body, without them being overruled by the stylesheet?
* Think this is all of it :)natrak2000-06-02
|