Commit graph

61 commits

Author SHA1 Message Date
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
3d4b9f63b8 Mistyped div tag was throwing off a site.
git-svn-id: http://svn.cleancode.org/svn/pickles@57 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-23 02:25:15 +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
0fa204a6ad Removing the global config directory. Configurations now live at the site level, perhaps named config.xml?
git-svn-id: http://svn.cleancode.org/svn/pickles@53 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-19 01:03:24 +00:00
Josh Sherman
6b68c2efe6 Made a change on the ribbon server and then had to revert it back.
git-svn-id: http://svn.cleancode.org/svn/pickles@52 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-19 00:59:08 +00:00
Josh Sherman
7a7c165b61 Upgraded Smarty from 2.6.19 to 2.6.20
git-svn-id: http://svn.cleancode.org/svn/pickles@51 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-19 00:56:45 +00:00
Josh Sherman
34362102cd Changed the email address and removed the email subject line prefix.
git-svn-id: http://svn.cleancode.org/svn/pickles@50 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-18 22:36:16 +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
5542cc5f16 Removed some comments added another new store file.
git-svn-id: http://svn.cleancode.org/svn/pickles@48 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-17 02:03:05 +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
49eb0f7087 Swore I did this already.
git-svn-id: http://svn.cleancode.org/svn/pickles@46 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-15 02:58:50 +00:00
Josh Sherman
efe6d3b5c3 Built out the store sub home pages.
git-svn-id: http://svn.cleancode.org/svn/pickles@45 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-15 02:51:06 +00:00
Josh Sherman
b61dc268fe Fixed the double form submit issue.
git-svn-id: http://svn.cleancode.org/svn/pickles@44 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-14 02:21:29 +00:00
Josh Sherman
0cd02c228f Updates to the AJAX library and added a new site!
git-svn-id: http://svn.cleancode.org/svn/pickles@43 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-14 02:13:25 +00:00
Josh Sherman
06efc1d126 Ported the contact form to the new naming conventions for ajax, added some stuff to the ribbon config, tweaked the contoller and added some new validation to the ajax class.
git-svn-id: http://svn.cleancode.org/svn/pickles@42 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-07 18:11:51 +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
7c1b477731 Updated the AJAX library to remove the response DIV if it is already present (to eliminate the double message scenario).
git-svn-id: http://svn.cleancode.org/svn/pickles@40 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-08-31 22:41:43 +00:00
Josh Sherman
7667db3fec Updated the AJAX library to handle custom JSON handlers (functions to parse the JSON data and format it as needed)
git-svn-id: http://svn.cleancode.org/svn/pickles@39 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-08-29 02:34:28 +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
68b925b213 Made some updates.
git-svn-id: http://svn.cleancode.org/svn/pickles@37 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-08-18 03:01:00 +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
5198febae5 Removed the old master file.
git-svn-id: http://svn.cleancode.org/svn/pickles@35 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-08-13 03:01:48 +00:00
Josh Sherman
d7c528cd6d Removed the rogue config file.
git-svn-id: http://svn.cleancode.org/svn/pickles@34 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-08-13 03:01:26 +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
fca966c017 Made model files optional. Perhaps not ideal in true OO scenarios, but whatever.
git-svn-id: http://svn.cleancode.org/svn/pickles@32 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-08-12 02:53:07 +00:00
Josh Sherman
8c14ec379d Bunch of updates to migrate from jLib to Pickles.
git-svn-id: http://svn.cleancode.org/svn/pickles@31 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-08-12 01:09:07 +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
d23619c120 Moved the getid3 library to the common contrib directory.
git-svn-id: http://svn.cleancode.org/svn/pickles@29 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-07-12 23:26:15 +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
1fb64a5141 Made some changes... wanted to commit them before 86ing this directory.
git-svn-id: http://svn.cleancode.org/svn/pickles@27 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-07-12 23:22:28 +00:00
Josh Sherman
b43fd4df44 Crazy updates. Moved the Smarty functions to a dedicated folder, added shared Smarty templates, updated the VNN config file, added more shared CSS, added a mail class, added fairly common AJAX too!
git-svn-id: http://svn.cleancode.org/svn/pickles@26 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-06-29 01:31:04 +00:00
Josh Sherman
3e913ece7f Added smarty sym link.
git-svn-id: http://svn.cleancode.org/svn/pickles@25 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-06-29 01:28:42 +00:00
Josh Sherman
78f0f2f6c9 Readded Smarty.
git-svn-id: http://svn.cleancode.org/svn/pickles@24 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-06-29 01:27:44 +00:00
Josh Sherman
8b920f49c3 Removed Smarty for an upgrade / move.
git-svn-id: http://svn.cleancode.org/svn/pickles@23 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-06-29 01:26:05 +00:00
Josh Sherman
e69d4f72d1 Migrated all of the INI files to XML files.
git-svn-id: http://svn.cleancode.org/svn/pickles@22 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-06-28 00:06:39 +00:00
Josh Sherman
8888c6a2a6 Added the update method for easier updates w/o SQL.
git-svn-id: http://svn.cleancode.org/svn/pickles@21 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-06-19 01:01:43 +00:00
Josh Sherman
78ff970b15 Updates to the controller and the new class for image handling (not complete)
git-svn-id: http://svn.cleancode.org/svn/pickles@20 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-06-14 06:21:47 +00:00
Josh Sherman
8ccfdc2d1a Added the new pagination method.
git-svn-id: http://svn.cleancode.org/svn/pickles@19 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-05-31 22:30:57 +00:00
Josh Sherman
6871bb0f57 Updates to the logic flow for determining the section to be loaded.
git-svn-id: http://svn.cleancode.org/svn/pickles@18 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-05-31 19:12:41 +00:00
Josh Sherman
68efc9e5e9 Added some stuff.
git-svn-id: http://svn.cleancode.org/svn/pickles@17 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-05-26 21:10:15 +00:00
Josh Sherman
6c31a4b587 Moved Smarty to the contrib directory
git-svn-id: http://svn.cleancode.org/svn/pickles@16 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-04-24 16:10:25 +00:00
Josh Sherman
58f8fb7965 Added the JW FLV Media Player to the contrib static directory, included a symbolic link to the current version.
git-svn-id: http://svn.cleancode.org/svn/pickles@15 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-04-03 00:50:53 +00:00
Josh Sherman
b34a1d4b44 Added a contrib directory to the static directory (for public access on websites)
git-svn-id: http://svn.cleancode.org/svn/pickles@14 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-04-03 00:42:24 +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
b76d848d46 Added new configuration files.
git-svn-id: http://svn.cleancode.org/svn/pickles@12 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-02-24 21:23:01 +00:00