Commit Graph

39649 Commits (be04b2c5addcc8410d648629166f094e27918727)

Author SHA1 Message Date
Jeroen Bensch 26763d2073 This is the slightly modified calendar.class.php. Oh yes I also centered the
month and year in the header of it.
2000-06-04 15:07:34 +00:00
Jeroen Bensch 85594eb9a1 like this? 2000-06-04 12:20:44 +00:00
Jeroen Bensch eaafc01bce Removed the NOWRAP tag in the subheader but I have to find a better way, it
doesnt look good in NS.
2000-06-04 12:09:05 +00:00
Jeroen Bensch e658c51aa0 Found a floating colored pixel in the logo + I typed the text in courier...
I think this looks a bit better.
2000-06-04 11:41:36 +00:00
Jeroen Bensch b6dd527adc This is the theme.class that I tried to change so it'd work under IE. 2000-06-04 11:25:42 +00:00
Dries Buytaert 21efe9de9c * Quick patch to fix a problem. I'm at my gf's place
running windows on a good ol' slow modem.
2000-06-03 21:16:21 +00:00
Dries Buytaert 3db5f310b4 Bugfixes:
---------
* Fixed a few bugs in account.php - saves Natrak some time.
  I only fixed the obvious, very small bugs reported today.

Enhancements:
-------------
* Made the default theme a setting in config.inc.  You can now easily
  change the default theme.  It's a much nicer approach with more
  flexibility.  When working on your theme, you set your theme to be the
  default theme.  In addition, with a small scripting tric in config.inc
  we could automatically set the default theme to the most popular theme
  (according to the user table), or we could periodically cycle (round
  robin) through all themes: say every week a new default theme.  I truly
  think that's better. :-)
* Adjusted config.inc, theme.inc and account.php in order to do so.
* I have some remarks with regards to config.inc, but I think I'll share
  those later in a seperate mail.
2000-06-03 18:50:29 +00:00
Dries Buytaert 44e01f840c * Tiny bugfix: oops, a typo. 2000-06-03 11:44:25 +00:00
Dries Buytaert 07118dbd48 * Improved calendar.class.php speed-wise: did some inline caching to make
rendering a calendar less expensive.
* Added a function displayCalendar($theme, $active_date) to functions.inc.
* Adjusted index.php so it would support URIs formated like
  "?date=$unix_timestamp".
* Integrated the calendar in my personal theme: themes/Dries/theme.class.
  If you want to include the calendar in your theme, check the code in my
  $theme->footer(): global $date and call displayCalendar($theme, $date).

Check the main page at http://beta.drop.org/ with theme 'Dries' to see it
yourself!
2000-06-03 11:39:07 +00:00
natrak b260b2bce7 Fixed some old cookiedecode() remainders. 2000-06-03 09:38:41 +00:00
Jeroen Bensch 48141624c3 hope and pray my friends, I shuffled my theme.class around a bit and i hope
this is the good one.
2000-06-03 09:30:50 +00:00
natrak e88352e4f1 Removing useless file :P 2000-06-03 09:30:08 +00:00
natrak a1082cdb9a Changing the httpd conf so the sessions are stored longer and use DROPID as the cookie name :) 2000-06-03 09:20:45 +00:00
Jeroen Bensch e1a7c7a6f7 Uploaded 3 .giffies for the navigation bar at the bottom I left borders on 1
because i still have to check out some table problems with that navigation
bar.
2000-06-03 09:17:54 +00:00
Jeroen Bensch 221a2b87af sorry wrong font size 2000-06-03 09:12:59 +00:00
Jeroen Bensch 00d5b2571b theme.class update, added a stylesheet to avoid font size problems between
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?
2000-06-03 09:10:14 +00:00
natrak cf5eb54900 Fixed a typo causing the welcome mail not to be sent :) 2000-06-03 09:04:59 +00:00
natrak 1359871c68 Fixed the "failing to save info" bug :) 2000-06-02 22:00:27 +00:00
natrak c4d914c7c0 Adding some debug info. 2000-06-02 21:53:22 +00:00
natrak 01993a66fb Just a few more things :) 2000-06-02 21:37:33 +00:00
natrak 5268c1c472 Blah. Didnt save this one before commiting the last fix. Some day I will get this right. 2000-06-02 21:28:27 +00:00
natrak 9891952c34 Forgot some op stuff :)
Last fix for tonight
2000-06-02 21:26:09 +00:00
natrak b9f6ee4fcf Fixed the welcome line. 2000-06-02 21:04:10 +00:00
natrak 0d7766d510 Fixed:
- the login link not working.
  - the config to send an email.
  - the debug line that auto set a theme.

Changes
  - changed to using op.
2000-06-02 21:02:07 +00:00
natrak f37ae57f37 and some more fixes :) 2000-06-02 19:01:27 +00:00
natrak 2cd171fed5 Typo in the last fix 2000-06-02 18:59:24 +00:00
natrak 5984ea466f more fixes 2000-06-02 18:58:30 +00:00
natrak 8b328b3ed0 more fixes 2000-06-02 18:48:23 +00:00
natrak 133dfdfd69 Bugfixes 2000-06-02 18:46:08 +00:00
natrak e829881658 CVS drives me nuts *G* 2000-06-02 18:43:11 +00:00
natrak 9d90ef0179 Adding the user.class 2000-06-02 18:41:36 +00:00
natrak 1ccf830e82 Whoops.. small bug, forgot to change the email that gets sent:) 2000-06-02 18:39:58 +00:00
natrak 1b12175140 Think this is all of it :) 2000-06-02 18:36:50 +00:00
Kjartan Mannes 92a0d43be9 Hopefully this will not break anything *prays*
;)
2000-06-02 18:36:15 +00:00
natrak 776dcde419 Hopefully this will not break anything *prays*
;)
2000-06-02 18:36:14 +00:00
Dries Buytaert 05d91014ed * small bugfix + small cosmetic changes 2000-06-02 09:34:26 +00:00
Dries Buytaert e04a7c3cbb * Thoughts and `Why?'
-------------------
  I created a sweet little class that is able to generate tiny calendars.
  98% of all portals (incl. big portals like slashdot and kuro5hin) lack
  a decent way to browse older stories that 'felt' of the news page.  At
  these sites, the only way to access older news is by using the search
  form which - I think - will only very few people tend to do.  If you do
  not know what you are searching for, this isn't very easy neither. As
  a consequence, older stories are often completly forgotten and
  discussions simply drop death as soon they felt of the main page.

  Many stories are actually timeless and can stay interesting and 'live'
  for a longer period of time.  By making them hard to access they are
  often killed before the discussion died peacefully on it's own.

  In other words:
  ---------------
  My calendar class is an attempt to make browsing archives (i.e. older
  stories) (a) possible and (b) easy to do ... and is hence considered a
  navigation improvement compared with the majority of all portals.
  IMHO, small improvements like these can and will make us better in the
  end.

  I suggest to integrate it on the main page if you all agree.  You can
  check a `demo' at
     http://beta.drop.org/calendar.class.php
  but be aware: it isn't linked with the database yet so you actually
  can't navigate anything yet.  ;)

Throw in your 2 cents and let me know what you think of it please!
2000-06-02 08:54:45 +00:00
Dries Buytaert fbfb8281fb * The CVS directories (automatically created by the CVS repository) can no
longer be accessed from the web.  Let's keep lurking eyes out. ;)
* I'm still idling (except for these kind of tidbits) until Natrak commited
  the new user system.  *evil grin*
2000-06-01 13:33:19 +00:00
Jeroen Bensch 052757e291 - Tweaked my logo a teeny bit.
- Fixed some table errors in the article and comment-control section form
theme.class.
2000-05-29 09:51:52 +00:00
Dries Buytaert fd13be20cf sorry - small typoe 2000-05-29 09:46:35 +00:00
Dries Buytaert ff18c8e1a4 Fixed a security flaw:
.inc files can be read from the web including `config.inc' which contains
the account information (login, password) to the MySQL database.  Apache
has now been setup to deny access to all *.inc files from the web.
2000-05-29 09:46:03 +00:00
natrak 005267568d Just testing something :) 2000-05-28 21:37:07 +00:00
Jeroen Bensch b956695c8b The three leftover gifs are removed... 2000-05-28 19:10:57 +00:00
Jeroen Bensch bc79f8c21b Removed all the old giffies if it still works now it is a miracle.
Hope and pray...
2000-05-28 15:23:12 +00:00
Jeroen Bensch a04b2b6d4a A load of renamed giffies... 2000-05-28 14:47:01 +00:00
Jeroen Bensch cfe8e43fcd A pretty final version of the theme.class...
I replaced much of the giffies filenames with more human-readable ones.
Yes this implies a lot of removing and replacing giffies. Expect some more
cvs updates. :)
2000-05-28 14:40:40 +00:00
Jeroen Bensch 684adf9ee3 the giffies to come with the updated theme.class
too bad you cant see it yet
2000-05-28 10:06:03 +00:00
Jeroen Bensch 0f7000a4f8 - Added:
more random thingies...
   comment control...
   themed webboard...
   themed comments...
2000-05-28 10:03:23 +00:00
Dries Buytaert 9bd920debd * Added the foundations to create customized error pages.
http://beta.drop.org/foobar.php
  (The customized error pages need to be beautified.)
2000-05-28 09:23:56 +00:00
Dries Buytaert 581e51908b * More small theme-related bugfixes. 2000-05-27 21:36:00 +00:00