boinc/html
David Anderson aa8c53773b web: factor project prefs code into a separate file
I set out to make project-specific prefs use the same object framework
(PREF_BOOL, PREF_NUM etc.) as other prefs.
This turned out to be infeasible, so I settled for a code cleanup instead.

The reason it's infeasible is that the "other prefs" code
uses a SAX parser (xml_parser_create() etc.),
while the code for project-specific prefs uses the primitive
parse_element() and parse_next_element() functions in util_basic.inc.

If I'm going to change anything, I want to switch to a DOM parser
(e.g. simplexml) for both purposes.
2014-08-05 21:02:59 -07:00
..
bt Add warning to README in BitTorrent code, saying it doesn't work 2014-05-20 13:45:08 -07:00
drupal
inc web: factor project prefs code into a separate file 2014-08-05 21:02:59 -07:00
languages/translations update BOINC Web translation template 2014-07-04 09:44:53 -07:00
ops admin web: allow changing plan class of app versions 2014-07-25 12:11:23 -07:00
project.sample web: simplify and remove infinite-loop bug in web cache purging 2014-07-14 11:26:32 -07:00
queue
user web: factor project prefs code into a separate file 2014-08-05 21:02:59 -07:00
Makefile.am html: 2014-06-03 09:25:20 +02:00