Commit Graph

4 Commits (4b4d8c6c4b07b0974faf0c51ac8354d3c9e03e6c)

Author SHA1 Message Date
Dries Buytaert a2466c54ed * Commited a *temporary* version of the new comment system: I have been
working on it for about 4 a 5 hours today and I considered it would be
  smart (backup- or crash-wise) to commit what I have made so far.  I'm
  aware of a few bugs and I'll keep workin on it:
    - removing bugs
    - clean up the code to make it very streamlined
    - improve error checking
  Once we got a stable comment system, I'll add moderation.  But right
  now I want to sort out the major problems.
* I made my theme the default theme until the other themes are updated.
* Expanded the database abstraction layer with more goodies.
2000-06-22 18:18:06 +00:00
Dries Buytaert b32b897ab4 * Integrated the database abstraction layer into the account pages. One
reason for doing so is because the database abstraction layer provides
  build-in error checking and a debug mode for easy development.
2000-06-22 09:08:12 +00:00
Dries Buytaert 130cbb7198 Updates:
* Streamlined the database abstraction layer a bit (it's not much yet) and
   integrated it in most of the functions of `functions.inc'.
2000-06-11 13:28:26 +00:00
Dries Buytaert 4ce030b80d * databases.inc is a new file that will serve as a database abstraction
layer.  My new files already take advantage of the abstraction layer
  though no attempt is made to port the existing files: this is sheduled
  for a future v0.40 release (see http://beta.drop.org/docs/roadmap.php).
  Anyway, with the abstraction layer it should be theoretically possible
  to run drop on top of every database, even on top of a home-brewed
  file-based system.  *wink-to-UnConeD* ;-)
2000-06-10 19:08:23 +00:00