2007-12-19 16:31:41 +00:00
|
|
|
David Dec 19 2007
|
|
|
|
- May as well start keeping checkin notes for Bolt.
|
|
|
|
At this point the fundamental structure of Bolt is
|
|
|
|
more or less complete, I hope; many features are missing.
|
|
|
|
|
|
|
|
Items for this particular checkin:
|
|
|
|
|
|
|
|
- Make things work right when you resume a course at an
|
|
|
|
exercise answer page.
|
|
|
|
This creates a new View, whose prev_view_id link points
|
|
|
|
to the exercise view, not the answer page view
|
|
|
|
- When leave a page using "Up", terminate the view accordingly.
|
|
|
|
- Rather than using $_GET, Form vars are now passed to exercise primitives
|
|
|
|
in a global variable $bolt_ex_query_string, which they must parse.
|
|
|
|
|
|
|
|
db/
|
|
|
|
bolt_schema.sql
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
bolt_db.inc
|
|
|
|
bolt_ex.inc
|
|
|
|
user/
|
|
|
|
bolt_course.php
|
|
|
|
bolt_sched.php
|
2007-12-30 22:02:16 +00:00
|
|
|
|
|
|
|
David Dec 27 2007
|
|
|
|
- preliminary implementation of exercise_set
|
|
|
|
|
|
|
|
inc/bolt.inc
|
2008-01-01 18:07:13 +00:00
|
|
|
|
|
|
|
David Jan 1 2008
|
|
|
|
- split control structure into separate files
|
|
|
|
- allow passing query strings to items
|
|
|
|
|
|
|
|
db/
|
|
|
|
bolt_schema.sql
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
bolt.inc
|
|
|
|
bolt_rnd.inc
|
|
|
|
bolt_seq.inc
|
|
|
|
bolt_xset.inc
|
|
|
|
user/
|
|
|
|
bolt_course_sample.php
|
|
|
|
bolt_sched.php
|
2008-01-17 18:09:30 +00:00
|
|
|
|
|
|
|
David Jan 17 2008
|
|
|
|
- Add table for selects
|
|
|
|
|
|
|
|
db/
|
|
|
|
bolt_schema.sql
|
|
|
|
html/inc/
|
|
|
|
bolt_db.inc
|
2008-01-30 19:29:51 +00:00
|
|
|
|
|
|
|
David Jan 30 2008
|
|
|
|
- implement the review mechanism
|
|
|
|
|
|
|
|
db/
|
|
|
|
bolt_schema.sql
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
bolt_db.inc
|
|
|
|
bolt_xset.inc
|
|
|
|
user/
|
|
|
|
bolt_sched.php
|
|
|
|
|
2008-01-31 23:43:37 +00:00
|
|
|
David Jan 31 2008
|
|
|
|
- finished and mostly debugged the refresh mechanism
|
|
|
|
|
|
|
|
db/
|
|
|
|
bolt_constraints.sql
|
|
|
|
bolt_schema.sql
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
bolt_select.inc
|
|
|
|
bolt.inc
|
|
|
|
bolt_db.inc
|
|
|
|
bolt_xset.inc
|
|
|
|
user/
|
|
|
|
bolt_map.php
|
|
|
|
bolt_sched.php
|
|
|
|
bolt.phph
|
|
|
|
bolt_compare.php
|
2008-02-01 23:11:09 +00:00
|
|
|
|
|
|
|
David Feb 1 2008
|
|
|
|
- Add Bolt admin page
|
|
|
|
- added "hidden" flag to courses
|
|
|
|
|
|
|
|
db/
|
|
|
|
bolt_schema.sql
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
bolt_db.inc
|
|
|
|
bolt_ex.inc
|
|
|
|
util.inc
|
|
|
|
util_ops.inc
|
|
|
|
ops/
|
|
|
|
bolt_ops.php
|
|
|
|
user/
|
|
|
|
bolt.php
|
|
|
|
bolt_sched.php
|
2008-02-07 01:09:30 +00:00
|
|
|
|
|
|
|
David Feb 6 2008
|
|
|
|
- implemented question mechanism
|
|
|
|
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
bolt.inc
|
|
|
|
user/
|
|
|
|
bolt_course.php
|
|
|
|
bolt_sched.php
|
2008-02-07 23:21:31 +00:00
|
|
|
|
|
|
|
David Feb 7 2008
|
|
|
|
- fixed bugs in review and repeat
|
|
|
|
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
bolt.inc
|
|
|
|
bolt_rnd.inc
|
|
|
|
bolt_select.inc
|
|
|
|
bolt_seq.inc
|
|
|
|
bolt_xset.inc
|
|
|
|
user/
|
|
|
|
bolt_sched.php
|
2008-02-08 17:20:09 +00:00
|
|
|
|
|
|
|
David Feb 8 2008
|
|
|
|
- removed "bolt_" from API functions.
|
|
|
|
I don't think this prefix is useful;
|
|
|
|
Bolt isn't going to be used within large existing PHP code
|
|
|
|
|
|
|
|
html/inc
|
|
|
|
bolt_ex.inc
|
2008-02-22 20:09:23 +00:00
|
|
|
|
|
|
|
David Feb 22 2008
|
|
|
|
- added sketchy implementation of Maps
|
|
|
|
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
bolt.inc
|
|
|
|
ops/
|
|
|
|
bolt_map.php
|
2008-06-26 23:24:43 +00:00
|
|
|
|
|
|
|
David June 26 2008
|
|
|
|
- (a bunch of checkins recently)
|
|
|
|
Added basic Unit Comparison feature, including
|
|
|
|
- snapshots (makes it fast)
|
|
|
|
- filtering and breakdown
|
|
|
|
Also revisited Maps, and started redoing them along the same lines
|
2008-08-14 15:46:30 +00:00
|
|
|
|
|
|
|
David August 14 2008
|
|
|
|
- remove "doc_file" field; use short_name.inc
|
|
|
|
- fix tabl_exists()
|
|
|
|
- fix bugs when return to answer page
|
|
|
|
- create bolt_result records correctly
|
|
|
|
|
|
|
|
db/
|
|
|
|
bolt_schema.sql
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
db_conn.inc
|
|
|
|
bolt_db.inc
|
|
|
|
ops/
|
|
|
|
bolt_map.php
|
|
|
|
bolt_admin.php
|
|
|
|
user/
|
|
|
|
bolt_sched.php
|
|
|
|
bolt_compare.php
|
2008-08-14 21:05:02 +00:00
|
|
|
|
|
|
|
David August 14 2008
|
|
|
|
- Finished implemenation of refresh intervals;
|
|
|
|
added "count" field to DB table to keep track of how many times
|
|
|
|
we've refreshed.
|
|
|
|
- show refresh schedule on main courses page
|
|
|
|
- default for random structure is all units, not 1
|
|
|
|
|
|
|
|
db/
|
|
|
|
bolt_schema.sql
|
|
|
|
html/
|
|
|
|
inc/
|
|
|
|
bolt_rnd.inc
|
|
|
|
bolt_xset.inc
|
|
|
|
bolt_util.inc
|
|
|
|
ops/
|
|
|
|
bolt_map.php
|
|
|
|
user/
|
|
|
|
bolt.php
|
|
|
|
bolt_course.php
|
|
|
|
bolt_sched.php
|
|
|
|
white.css
|