boinc/html/inc
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
..
GeoIP.dat
akismet.inc
bbcode_convert.inc
bbcode_html.inc web: add WYSIWYG control for strike-through text 2014-07-13 15:27:25 -07:00
boinc_db.inc web: be more thorough when deleting users 2014-07-11 15:20:01 -07:00
bolt.inc
bolt_cat.inc
bolt_db.inc
bolt_ex.inc
bolt_rnd.inc
bolt_sched.inc
bolt_select.inc
bolt_seq.inc
bolt_snap.inc
bolt_util.inc
bolt_util_ops.inc
bolt_xset.inc
bossa.inc
bossa_db.inc Bossa: use new DB interface; from Janus 2014-03-21 10:40:12 -07:00
bossa_example.inc
bossa_example2.inc
bossa_example3.inc
bossa_example4.inc
bossa_impl.inc
cache.inc web: simplify and remove infinite-loop bug in web cache purging 2014-07-14 11:26:32 -07:00
cert.inc
common_defs.inc Fix last commit 2013-12-28 22:53:47 -08:00
countries.inc
credit.inc
db.inc web: replace lookup_* functions with their DB API equivalents 2014-06-23 18:29:20 -07:00
db_conn.inc web: add error-checking in DB interface layer 2014-06-19 15:22:52 -07:00
db_ops.inc admin web: link to app version details from app version mgt page 2014-06-03 14:00:14 -07:00
dir_hier.inc
email.inc web: update interface to PHPMailer 2014-04-30 10:36:04 -07:00
forum.inc web: be more thorough when deleting users 2014-07-11 15:20:01 -07:00
forum_banishment_vote.inc
forum_db.inc admin: add --delete_banished option to delete_spammers.php 2014-05-20 10:41:44 -07:00
forum_email.inc
forum_rss.inc Web: send News notices containing images/video only to 7.3+ clients 2014-05-08 00:50:22 -07:00
friend.inc web: handle the case of missing user records in a few places 2014-07-12 14:32:59 -07:00
geoip.inc
host.inc server: fix support for client break; show it on web 2014-07-16 21:08:18 -07:00
image.inc
kses.php
language_names.inc Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-04-30 15:39:25 -07:00
news.inc web: let projects disable forums 2014-04-18 15:54:28 -07:00
notify.inc web: handle the case of missing user records in a few places 2014-07-12 14:32:59 -07:00
page_translate.inc
pm.inc web: handle the case of missing user records in a few places 2014-07-12 14:32:59 -07:00
prefs.inc web: factor project prefs code into a separate file 2014-08-05 21:02:59 -07:00
prefs_project.inc web: factor project prefs code into a separate file 2014-08-05 21:02:59 -07:00
prefs_util.inc web: factor project prefs code into a separate file 2014-08-05 21:02:59 -07:00
profile.inc web: use new DB API here and there; should be no visible changes 2014-04-24 09:41:59 -07:00
recaptchalib.php
result.inc web: use symbols instead of numbers in result.inc 2014-07-16 19:29:30 -07:00
sandbox.inc Optionally specify result template file name when submitting a job via RPC 2014-06-17 15:53:41 +03:00
sanitize_html.inc
stats_sites.inc
submit.inc Fix typos 2014-07-15 12:21:17 +03:00
submit_db.inc
submit_util.inc
team.inc Fixes for the BOINC-wide teams site 2014-03-07 00:37:44 -08:00
team_types.inc
text_transform.inc Web: add support for strikethrough ([s]...[/s]) in bbcode 2014-07-13 10:35:22 -07:00
time.inc
translation.inc
uotd.inc web: UOTD_THRESHOLD can be specified in project.inc 2014-06-19 17:14:56 -07:00
user.inc web: handle the case of missing user records in a few places 2014-07-12 14:32:59 -07:00
util.inc web: fix DISABLE_BADGES warning 2014-06-12 09:50:31 -07:00
util_basic.inc web: fix typo 2014-06-21 13:40:02 -07:00
util_ops.inc admin web: show PHP warnings 2014-04-20 00:29:05 -07:00
wap.inc
web_rpc_api.inc
xml.inc