Commit Graph

28 Commits

Author SHA1 Message Date
Bruce Allen 3d128b0910 Eliminate undefined index
svn path=/trunk/boinc/; revision=6120
2005-05-11 10:56:49 +00:00
Bruce Allen 60fe324f96 Eliminate some annoying 'undefined index' errors in PHP log. Note
that in general the right way to use _GET[] is like this:
          $x=default_value;
          if (isset($_GET["x"])) $x=$_GET["x"];
This prevents PHP notice-type error messages.

svn path=/trunk/boinc/; revision=6104
2005-05-11 08:29:35 +00:00
David Anderson 733f296261 *** empty log message ***
svn path=/trunk/boinc/; revision=5766
2005-04-03 22:01:18 +00:00
David Anderson c46546288e *** empty log message ***
svn path=/trunk/boinc/; revision=3508
2004-06-07 03:34:07 +00:00
Karl Chen 545a56d5c8 directory structure change
svn path=/trunk/boinc/; revision=2938
2004-02-02 23:34:39 +00:00
David Anderson c75b85ca1b *** empty log message ***
svn path=/trunk/boinc/; revision=2613
2003-10-31 21:26:12 +00:00
chrisz 6085e9a817 *** empty log message ***
svn path=/trunk/boinc/; revision=2121
2003-08-15 22:08:39 +00:00
chrisz 928e86fb56 *** empty log message ***
svn path=/trunk/boinc/; revision=2075
2003-08-13 20:05:28 +00:00
Tim Lan a7a5a44d3b removed history
added preference confirmation message

svn path=/trunk/boinc/; revision=1303
2003-06-04 23:39:23 +00:00
Tim Lan 220db249a4 preference update message
svn path=/trunk/boinc/; revision=1302
2003-06-04 23:12:55 +00:00
David Anderson f98c7f0644 user web
svn path=/trunk/boinc/; revision=1081
2003-03-19 21:01:32 +00:00
David Anderson b11483703b multiple prefs sets
svn path=/trunk/boinc/; revision=1008
2003-03-04 19:13:21 +00:00
David Anderson c781418118 project-specific prefs
svn path=/trunk/boinc/; revision=777
2002-12-19 05:11:25 +00:00
David Anderson 90f040383b check for team and user login
svn path=/trunk/boinc/; revision=747
2002-12-16 21:41:41 +00:00
David Anderson 72a41ff39a PHP session mechanism
svn path=/trunk/boinc/; revision=681
2002-12-04 19:14:00 +00:00
David Anderson 4e21bcc807 docs
svn path=/trunk/boinc/; revision=601
2002-11-12 17:01:16 +00:00
David Anderson 0b8ea015c5 prefs web interface
svn path=/trunk/boinc/; revision=440
2002-09-27 17:42:30 +00:00
David Anderson 82d02c5d26 preferences
svn path=/trunk/boinc/; revision=439
2002-09-27 06:12:50 +00:00
David Anderson 24c2298777 split up prefs file
svn path=/trunk/boinc/; revision=435
2002-09-26 05:57:10 +00:00
Barry Luong 9c16bca843 added more messages
svn path=/trunk/boinc/; revision=347
2002-08-16 21:42:50 +00:00
Barry Luong 53594772f8 layout changes and more explanations to team pages and prefs pages
svn path=/trunk/boinc/; revision=329
2002-08-14 22:53:57 +00:00
Barry Luong 55f93211b7 Fixed some more layout changes in prefs pages
svn path=/trunk/boinc/; revision=326
2002-08-14 19:18:19 +00:00
Barry Luong 0b215dcbf4 minor changes to host page and expanations in prefs page
svn path=/trunk/boinc/; revision=320
2002-08-13 23:27:49 +00:00
Barry Luong 81d82b1307 edited the preferences page
svn path=/trunk/boinc/; revision=315
2002-08-13 22:35:12 +00:00
Cecile Kim e6b71ccb52 fixed more page headers on login, create account, team, preferences pages. Problem with getting user from cookies??? sometimes, when u click on a link on the user page, it brings u back to the log in form page. will look into it.
svn path=/trunk/boinc/; revision=275
2002-08-08 20:49:09 +00:00
Barry Luong 89dd3b16d8 made some changes in page layout and allowed for per-project database access
svn path=/trunk/boinc/; revision=267
2002-08-05 23:20:57 +00:00
David Anderson 3d702cc724 preference editing
svn path=/trunk/boinc/; revision=74
2002-05-29 23:25:21 +00:00
David Anderson d5d4634807 Initial revision
svn path=/trunk/boinc/; revision=10
2002-04-30 22:22:54 +00:00