- Jan 18, 2013
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Added some missing global declarations.
-
Demian Katz authored
Fixed confusing variable naming in "add to cart" closure; increased efficiency by leaving the function as soon as a duplicate is found.
-
- Jan 17, 2013
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
jslint style fixes: added global declarations and reordered functions so that declarations precede calls.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Cleaned up whitespace; moved document ready function to end of file for jslint compliance (avoid undefined function errors).
-
Demian Katz authored
jslint style fixes (global directive for path variable defined externally; put function definition before call to that function for clarity).
-
Demian Katz authored
-
Demian Katz authored
Removed incomplete/outdated cart logic -- these are old relics of an early implementation of the cart; if we want mobile cart support, we should reimplement based on the current blueprint theme.
-
Demian Katz authored
Adjusted getDriverConfig() to use ConfigReader instead of parse_ini_file() in order to take advantage of [Parent_Config], etc.
-
Demian Katz authored
-
Demian Katz authored
-
- Jan 16, 2013
-
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
Added corresponding unit tests.
-
Demian Katz authored
-
Demian Katz authored
-
- Jan 15, 2013
-
-
Demian Katz authored
-
Demian Katz authored
Catch more exceptions when checking for security problems -- otherwise a missing database causes a fatal error on Install/Home and prevents generation of database.
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
- Jan 14, 2013
-
-
Demian Katz authored
Eliminated Aleph driver dependency on service locator; added exception when X-server request is made without proper configuration.
-
Demian Katz authored
-