Commit graph

1035 commits

Author SHA1 Message Date
Josh Sherman
c6af785100 Latest and greatest.
git-svn-id: http://svn.cleancode.org/svn/pickles@85 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-12-31 02:45:40 +00:00
Josh Sherman
8fc09876cf Committing to try to fix this shit.
git-svn-id: http://svn.cleancode.org/svn/pickles@84 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-12-24 23:13:55 +00:00
Josh Sherman
54fea0d023 Updates to make shared modules work, code refactoring and such.
git-svn-id: http://svn.cleancode.org/svn/pickles@83 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-22 21:15:29 +00:00
Josh Sherman
74bb829a5a Fixed a bug.
git-svn-id: http://svn.cleancode.org/svn/pickles@82 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-20 01:11:25 +00:00
Josh Sherman
42e316fc05 Shit ton of updates.
git-svn-id: http://svn.cleancode.org/svn/pickles@81 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-20 01:03:00 +00:00
Josh Sherman
5238e3f80d Moved to Display
git-svn-id: http://svn.cleancode.org/svn/pickles@80 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-18 13:44:02 +00:00
Josh Sherman
b53f52ac1e Changes.
git-svn-id: http://svn.cleancode.org/svn/pickles@79 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-18 13:42:10 +00:00
Josh Sherman
d6d774e04b Commit for the hell of it.
git-svn-id: http://svn.cleancode.org/svn/pickles@78 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-18 01:57:53 +00:00
Josh Sherman
52b58b81e7 Swapped out str_replace() for strtr()
git-svn-id: http://svn.cleancode.org/svn/pickles@77 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-17 19:16:55 +00:00
Josh Sherman
47b3271bde Updates.
git-svn-id: http://svn.cleancode.org/svn/pickles@76 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-15 12:51:26 +00:00
Josh Sherman
e0e0ab0aeb Coded the PHP viewer, removed the Debug viewer to be replaced by a debug option that will trigger the debug mode on any viewer. Also added globals for the available viewers to help alleviate any naming inconsistencies. Also updated the pickle script to generate a more reduced index.php file.
git-svn-id: http://svn.cleancode.org/svn/pickles@75 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-14 19:26:10 +00:00
Josh Sherman
d2d6c47682 Changed the core Object to not require any params in the constructor, and now we rely on polymorphism in the classes themselves to override that.
git-svn-id: http://svn.cleancode.org/svn/pickles@74 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-14 13:27:26 +00:00
Josh Sherman
3fc3f74e75 Add a DocBlock header and added some usage comments.
git-svn-id: http://svn.cleancode.org/svn/pickles@73 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-13 01:20:26 +00:00
Josh Sherman
17cf54c801 Updated the pickle script.
git-svn-id: http://svn.cleancode.org/svn/pickles@72 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-13 01:17:48 +00:00
Josh Sherman
9bdd0b3045 Cleaned up white space, also updated the RSS viewer to not use Config::getInstance()
git-svn-id: http://svn.cleancode.org/svn/pickles@71 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-11 21:59:42 +00:00
Josh Sherman
b25ba0992a Swapped out the Mail class for the Mailer class (it's better and smarter)
git-svn-id: http://svn.cleancode.org/svn/pickles@70 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-11 21:42:46 +00:00
Josh Sherman
8e2d74674a Added the Logger class.
git-svn-id: http://svn.cleancode.org/svn/pickles@69 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-11 20:17:18 +00:00
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
bc84d6407d Removed the code that's not licensed under the LGPL.
git-svn-id: http://svn.cleancode.org/svn/pickles@66 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-10 00:18:15 +00:00
Josh Sherman
ce46c0c7ff Removed contrib code that is not licensed under the LGPL.
git-svn-id: http://svn.cleancode.org/svn/pickles@65 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-10 00:17:04 +00:00
Josh Sherman
d1518f9b2a Renamed Pickles.php and moved the smarty/functions directory to be functions/smarty. Renamed the tmp directory to be var (more Linux-centric for it's purpose)
git-svn-id: http://svn.cleancode.org/svn/pickles@64 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-09 19:25:28 +00:00
Josh Sherman
d43f045584 Windows sucks and isn't case sensitive, doing a commit so I can rename it to pickles.php
git-svn-id: http://svn.cleancode.org/svn/pickles@63 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-09 18:41:31 +00:00
Josh Sherman
2b9ad5ef77 Rearranged some directories so the root isn't so cluttered. Added the copyright notice header to Pickles.php
git-svn-id: http://svn.cleancode.org/svn/pickles@62 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-10-09 15:51:55 +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
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