Commit Graph

34 Commits

Author SHA1 Message Date
mike.morgan%oregonstate.edu
300ffd6807 First working version of RSS, with caching. 2006-01-29 23:12:35 +00:00
mike.morgan%oregonstate.edu
b3baf28f0a Fixed references to non-existent header/footer files. 2006-01-29 07:07:15 +00:00
bugzilla%micropipes.com
35ca9cbb82 - Ratecomment is now secured
- Made create, verify, recover, and reset scripts
2006-01-29 06:49:48 +00:00
bugzilla%micropipes.com
4c6b53b7db Minor modifications to addon/login
New templates:  createaccount.tpl recoverpassword.tpl resetpassword.tpl verifyaccount.tpl
2006-01-29 06:47:24 +00:00
mike.morgan%oregonstate.edu
0b0d831ef9 Cleaned up the author panel, fixed link titles. 2006-01-28 23:57:27 +00:00
mike.morgan%oregonstate.edu
40293fe93a Fixed version history and moved it to the bottom of the addon list. It's not an important feature. 2006-01-28 23:02:34 +00:00
mike.morgan%oregonstate.edu
b964f0ed01 Progress with RSS, fixes for wrappers, comment styles, navigation, etc. 2006-01-28 22:42:26 +00:00
mike.morgan%oregonstate.edu
6d61b0e87b REPO_DIR doesn't apply to public/ so it shouldn't be in init.php. 2006-01-28 22:18:13 +00:00
mike.morgan%oregonstate.edu
68d7c5899c Modified config-dist.php. 2006-01-28 22:14:43 +00:00
bugzilla%micropipes.com
db42e94c3d Added the call so the template starts - page works now 2006-01-28 18:34:15 +00:00
mike.morgan%oregonstate.edu
60121de43f Couple of minor changes. 2006-01-26 16:26:18 +00:00
bugzilla%micropipes.com
44a47cc603 - Finished addcomment.php. Comments actually go in the db now
- Added a convienence function to auth to get the user id quickly
2006-01-26 05:59:30 +00:00
mike.morgan%oregonstate.edu
c9cb8eccae Fixed validation errors, bad links, added cat sidebar, themes, extensions. 2006-01-26 00:53:30 +00:00
mike.morgan%oregonstate.edu
65182984f8 Finished extensions / themes and mofidied the search to work with the updated amo.class.php, which doesn't set class vars but instead was updated so the gets actually just return data instead of setting things. Makes sense, no? 2006-01-26 00:52:44 +00:00
bugzilla%micropipes.com
d877ee50d2 Minor changes concerning how input checking was handled. Query is nearly ready to be
run, waiting on answers to a couple questions (ie. do we continue duplicating data,
or rely on foriegn keys?)
2006-01-24 05:25:51 +00:00
mike.morgan%oregonstate.edu
e17e6bd51c Ok, added these for real this time. :)
Still have to flesh these out, but that won't take long.
2006-01-23 03:29:51 +00:00
mike.morgan%oregonstate.edu
48d03b8682 *.tpl
Modified multiple template files to fix validation errors.
    Removed outdated template files for header/footer.tpl.
    Updated links and search forms to point to the correct href/action.
    Added themes/extensions templates.
    Fixed application values in main navigation so when app=null it wouldn't persist and instead be set to firefox by default.

*.sql
    Added v2.sql and updated amo.sql to contain the correct database structure.
    Note: v2.sql is for the v1->v2 migration when the public v2 is released.

search.php
    Fixed selected values for application, and cleaned up code.

session.class.php, includes.php
    No longer need session.class.php, it is replaced by auth.class.php.
2006-01-23 03:28:26 +00:00
bugzilla%micropipes.com
46aa28a059 - Logins (sessions) now work. (There are no links to logout.php, so if you want to
logout you'll have to type it manually)

- Add comment is started, but doesn't actually do any data insertion yet

- We need CSS pretty badly
2006-01-23 01:24:47 +00:00
bugzilla%micropipes.com
96546cc2ff USE_DB_SESSIONS does nothing now 2006-01-22 23:51:06 +00:00
bugzilla%micropipes.com
3d955f4983 fixed typo 2006-01-22 23:49:48 +00:00
bugzilla%micropipes.com
815c948b0b Typo in these files, </body> and </html> was in there twice 2006-01-22 23:47:39 +00:00
mike.morgan%oregonstate.edu
285c64340d Updated the addons template to not have missing links. 2006-01-18 22:54:38 +00:00
mike.morgan%oregonstate.edu
3e9a032c95 Migrated and modified maintenance.php, where session garbage collection should live -- so it can be called by cron.
Added update.php to replace ./update/VersionCheck.php in v1.0.  Enabled 1-hour caching for this page and verified XML output in client tests.
Added accompanying template for update script.
Moved annoying local configurations found in .htaccess into htaccess.dist so it's readily visible.
Removed old .htaccess file, since it was evil.
2006-01-18 10:11:04 +00:00
mike.morgan%oregonstate.edu
77eec7a4b0 Added comment about avoiding caching. 2006-01-12 03:17:55 +00:00
mconnor%steelgryphon.com
0cfe61a0d9 more fixes 2005-12-30 04:51:35 +00:00
mike.morgan%oregonstate.edu
188e943861 Fixed up, commented, and implemented multiple caching.
Added global variables:
    cacheId
    compileId
    currentTab
    clean
    sql

Moved trusted var arrays into init -- since they are always there, and if they are not used it'll just be a null array.
2005-12-29 02:22:18 +00:00
mike.morgan%oregonstate.edu
d15fb387a3 Fixed broken links. 2005-12-29 02:13:18 +00:00
mike.morgan%oregonstate.edu
aa719b39ec Fixed naming inconsistencies. 2005-12-29 02:10:55 +00:00
mike.morgan%oregonstate.edu
0098441920 Cleaned up the crappy indenting and commenting. 2005-12-28 23:20:40 +00:00
mike.morgan%oregonstate.edu
fc2a4ee7de Fixed pre-processing and includes for all scripts. 2005-12-28 23:17:17 +00:00
mike.morgan%oregonstate.edu
95c61d1973 Fixed image paths. "img" is deprecated, sticking with "images" even though it's 3 characters crappier. :) 2005-12-28 23:16:55 +00:00
mike.morgan%oregonstate.edu
b3b615b654 Added .htaccess file, fixed some comments, updated config-dist so it's a little less confusing. 2005-12-22 22:28:57 +00:00
mike.morgan%oregonstate.edu
7e4ea8d609 Added htaccess back in. 2005-12-22 20:41:50 +00:00
mike.morgan%oregonstate.edu
3b9875fc95 Restructuring repository for improved modularity. 2005-12-22 20:30:28 +00:00