summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - some improvements and code polishingDries Buytaert2000-12-24
| | | | - added a few extra blocks to choose from
* - small glitchDries Buytaert2000-12-23
|
* 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: see previous commitDries Buytaert2000-12-23
|
* - intermediate commit: some bugfixes, changes and some drasticDries Buytaert2000-12-23
| | | | changes to block and module support
* - improved web interface of cron module.Dries Buytaert2000-12-16
| | | | | | | | | | | - improved web interface of account module. - added simple permission system with both administrators and regular users. It can be made more fine-grained but it will do for now. - various small enhancements to the other modules, but nothing big.
* - a few more updatesDries Buytaert2000-12-16
|
* - small fixes/updatesDries Buytaert2000-12-16
|
* 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
|
* - large batch of updated files featuring various changes: big, small andDries Buytaert2000-12-10
| | | | new stuff!
* - added so called "blobs": something hot, something new and something cool!Dries Buytaert2000-12-10
|
* - added a new cron deamon as discussed earlier!Dries Buytaert2000-12-10
|
* - 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
* - 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.
* amdin.php:Dries Buytaert2000-11-20
| | | | | | | | | | | | | | - fixed bug in story section account.php: - removed death code, clean-up, reorganization - added "lost password?" functionality faq.php: - clean-up watchdog.inc: - improvements - end of input-limit test period error.php: - improvements, still crappy layout though
* * tiny improvements (!= bug fixes)Dries Buytaert2000-11-14
|
* * and the correct database settingsDries Buytaert2000-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.
* - fixed bug in backend.incDries Buytaert2000-11-07
| | | | | | (check http://www.drop.org/backend.php) - update theme.inc to use widget.inc - small enhancements to function.inc
* * renamed template.inc to widget.inc:Dries Buytaert2000-11-07
| | | | | | | note that `widget.inc' is nothing more then a library with standard widgets (eg "New headlines", "New diary entries", and so on). Every theme builder is free to make custom widgets and to include them in their .theme file!
* * removed redundant fileDries Buytaert2000-11-07
|
* - 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
* * correct database informationDries Buytaert2000-11-03
|
* - 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
* * the correct dbase settingsDries Buytaert2000-11-02
|
* - 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. - ...
* - 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 the MySQL settings for www.drop.org (release preparations).Dries Buytaert2000-10-24
|
* This significant commit fixes 99% of all known bugs and improves drop.orgDries Buytaert2000-10-24
| | | | | | | by means of better security checks in order to avoid malicious behavior. In addition, quite some code has been fine-tuned. However, as a result, every theme will require a small update ...
* A bunch of internal changes:Dries Buytaert2000-10-21
| | | | | | | - better organisation of include files - renamed a few function to make more sense - small bugfix in the user account registration - ...
* - small bugfix: the voting settings where not 100% correctDries Buytaert2000-10-21
|
* - extended and renamed drop's watchdog.Dries Buytaert2000-10-19
|
* 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
* * fixed a small bug.Dries Buytaert2000-10-18
|
* * fixed a small bugDries Buytaert2000-10-18
|
* * fixed minor bugDries Buytaert2000-10-18
|
* Bugfixes, amongst them:Dries Buytaert2000-10-12
| | | | | | | | | - anonymous chicken was able to moderate commnets - "anonymous chicken" was displayed in the comment reply form - ... The only thing left to be done is to tackle (or continue tackling) the user accounts which in fact is quite some work. :o)
* ...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.