Josh Sherman
|
20fd236cb0
|
Updated the Error class from a static class to an instantiatable one.
git-svn-id: http://svn.cleancode.org/svn/pickles@68 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-10-11 20:16:47 +00:00 |
|
Josh Sherman
|
ecf86b9818
|
Removed the Singleton class, removed the ImageUtils class (for now) and switched the DB class to be an instantiated object and not a Singleton.
git-svn-id: http://svn.cleancode.org/svn/pickles@67 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-10-10 01:56:17 +00:00 |
|
Josh Sherman
|
e9f8b555d3
|
Quite possibly the largest commit in PICKLES history, shy of perhaps the initial revision. Bunches of restructuring and refactoring and all that.
git-svn-id: http://svn.cleancode.org/svn/pickles@61 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-10-09 05:12:31 +00:00 |
|
Josh Sherman
|
fcf1ffde4e
|
Updated the Config class to use objects instead of an array (overriding __get() saved some effort). Also refactored some code, and updated the controller (partially) to handle shared models.
git-svn-id: http://svn.cleancode.org/svn/pickles@60 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-10-04 23:48:03 +00:00 |
|
Josh Sherman
|
d38196073a
|
Made a bunch of changes, as per usual.
git-svn-id: http://svn.cleancode.org/svn/pickles@59 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-10-03 01:37:45 +00:00 |
|
Josh Sherman
|
e02ded351d
|
Updates all over. Redid some of the doc blocks cause they weren't to scale of a vim session with lline numbers on (still may not be... ugh). Also changed around some of the model level variables and stuff.
git-svn-id: http://svn.cleancode.org/svn/pickles@58 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-09-24 03:37:09 +00:00 |
|
Josh Sherman
|
5390e37612
|
Ditched the POS Session class in favor of just interacting with the session directly. Added more to the store / cart.
git-svn-id: http://svn.cleancode.org/svn/pickles@56 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-09-23 02:21:55 +00:00 |
|
Josh Sherman
|
1784514696
|
Massive amounts of documentation has been added.
git-svn-id: http://svn.cleancode.org/svn/pickles@55 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-09-22 01:43:18 +00:00 |
|
Josh Sherman
|
cbcfc9cc4f
|
Removed the final hardcoded paths, changed the reload logic in the Config class, and updated the controller to pass the config file name, not the config file short name.
git-svn-id: http://svn.cleancode.org/svn/pickles@54 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-09-19 02:52:59 +00:00 |
|
Josh Sherman
|
ebe214d8e4
|
Made some changes to accomodate a new server.
git-svn-id: http://svn.cleancode.org/svn/pickles@49 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-09-18 04:38:02 +00:00 |
|
Josh Sherman
|
3116e320d0
|
Added menopause solutions changed out some hardcoded paths finally.
git-svn-id: http://svn.cleancode.org/svn/pickles@47 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-09-17 01:57:01 +00:00 |
|
Josh Sherman
|
f4a0ab7e4f
|
Fixed a bug with the Singleton freeze/thaw, added an RSS feed Viewer and changed the pagination to include the word 'page' in the URL.
git-svn-id: http://svn.cleancode.org/svn/pickles@41 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-09-03 04:09:07 +00:00 |
|
Josh Sherman
|
0f45997d55
|
Started to build out the store model and templates, also added dBug and the new Smarty var_dump.
git-svn-id: http://svn.cleancode.org/svn/pickles@38 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-08-26 02:12:38 +00:00 |
|
Josh Sherman
|
66338a66bb
|
Fixed the autoload issue when unserializing objects stored in the session. Added in the freeze / thaw methods for storing singleton objects in the session for later retrieval.
git-svn-id: http://svn.cleancode.org/svn/pickles@36 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-08-15 04:49:02 +00:00 |
|
Josh Sherman
|
46d4612390
|
Made path changes to accomodate branching the source code.
git-svn-id: http://svn.cleancode.org/svn/pickles@33 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-08-13 02:59:42 +00:00 |
|
Josh Sherman
|
046d265347
|
Added the new classes and stuff.
git-svn-id: http://svn.cleancode.org/svn/pickles@30 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-07-12 23:28:44 +00:00 |
|
Josh Sherman
|
15bab71735
|
SVN's being dumb so I'm commiting everything so that I can remove some directories and swap some crap around.
git-svn-id: http://svn.cleancode.org/svn/pickles@28 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-07-12 23:24:16 +00:00 |
|
Josh Sherman
|
8a50ba8d4d
|
Added a new controller class and some other cool new shit.
git-svn-id: http://svn.cleancode.org/svn/pickles@13 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-03-14 13:07:25 +00:00 |
|
Josh Sherman
|
89c312ab23
|
Added a new site and a contrib directory for my 3rd party libraries.
git-svn-id: http://svn.cleancode.org/svn/pickles@11 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2008-02-16 20:55:22 +00:00 |
|
Josh Sherman
|
e40b31e7e4
|
Cleaned up some PHP notices and updated all the INI files to contain every entry (even if false) to clean up other notices.
git-svn-id: http://svn.cleancode.org/svn/pickles@7 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2007-12-09 14:38:06 +00:00 |
|
Josh Sherman
|
d46d34d67a
|
Committing all the common code changes so that I can begin working locally.
git-svn-id: http://svn.cleancode.org/svn/pickles@4 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2007-11-09 01:27:41 +00:00 |
|
Josh Sherman
|
4bedbb02be
|
Initial import.
git-svn-id: http://svn.cleancode.org/svn/pickles@1 4d10bc64-7434-11dc-a737-d2d0f8310089
|
2007-10-06 17:48:52 +00:00 |
|