Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Merge branch 'uiredesign' of /var/www/csarven into uiredesign | Evan Prodromou | |
2009-01-15 | elementElement() -> elementEnd() in Action | Evan Prodromou | |
2009-01-15 | Minor: Including formData()'s inreplyto in action check | sarven | |
2009-01-15 | startElement() -> elementStart() in Action | Evan Prodromou | |
2009-01-15 | Extended formData()'s hidden to use a specific @id and @name | sarven | |
2009-01-15 | Fix the constructor for Action | Evan Prodromou | |
Also, fix the startXML() method | |||
2009-01-15 | Merge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/csarven ↵ | Evan Prodromou | |
into uiredesign | |||
2009-01-15 | Updated formData(), formActions(), show() | sarven | |
Added formLegend() | |||
2009-01-15 | Resaved. | sarven | |
2009-01-15 | Refactored show() into showNotice(), showNoticeInfo(), | sarven | |
showNoticeOptions(). Kept the existing naming convention for the rest of the methods the same for now. | |||
2009-01-15 | Updated: | sarven | |
showNoticeLink() | |||
2009-01-15 | Updated: | sarven | |
showNoticeSource() showReplyTo() | |||
2009-01-15 | showReplyTo() update | sarven | |
2009-01-15 | showAuthor() minor update. Using a single anchor to wrap both avatar and | sarven | |
nickname instead of two anchors. | |||
2009-01-14 | Removed the jquery form extension and xbImportNode. | sarven | |
These will be replaced by jquery's built in load() later. | |||
2009-01-14 | Added Jcrop jQuery plugin | sarven | |
2009-01-14 | Merge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/csarven ↵ | Evan Prodromou | |
into uiredesign | |||
2009-01-14 | Base theme stylesheet includes layout, and typography information | sarven | |
Identica theme stylesheet includes colour and background information | |||
2009-01-14 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-14 | Merge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/csarven ↵ | Evan Prodromou | |
into uiredesign | |||
2009-01-14 | Add an optional theme parameter to theme functions | Evan Prodromou | |
2009-01-14 | Changed to generic nav class | sarven | |
2009-01-14 | Add comment() method, have action use it | Evan Prodromou | |
2009-01-14 | Parse error fix | sarven | |
2009-01-14 | showBody() -- revisit to add @id and @class to <body> | sarven | |
showContentBlock() showContent() added endHTML() to class HTMLOutputter | |||
2009-01-14 | Add notice form | Evan Prodromou | |
2009-01-14 | Update jQuery libraries to 1.3 | Evan Prodromou | |
2009-01-14 | Updated: | sarven | |
showHeader() -- incomplete showPrimaryNav() -- should be updated when common_menu_item() is redone/fixed showSiteNotice() showLocalNav() -- needs a revisit for common_menu_item() showContentBlock -- needs a revisit for basic pages showPageNotice() showContent() -- inner should be opened for content showFooter() showLicenses() showLaconicaLicense() showContentLicense() common_menu_item() -- Added @id for list-items. Revisit. pagination() Needs attention for common_menu_item() and then they can be removed: nav_menu common_show_header() | |||
2009-01-14 | Remove block form functions from lib/util.php | Evan Prodromou | |
2009-01-14 | Move block and unblock forms to their own widgets | Evan Prodromou | |
2009-01-14 | Fix comments on profile | Evan Prodromou | |
Incorrectly said this was for nudging, not subbing/unsubbing | |||
2009-01-14 | Move message form to its own module | Evan Prodromou | |
2009-01-14 | Update lib/action.php to use the right XMLOutputter functions | Evan Prodromou | |
Global search and replace for common_element_* | |||
2009-01-14 | Merge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/evan into ↵ | Evan Prodromou | |
uiredesign | |||
2009-01-14 | Fix require in noticeform.php so it gets the notice form | Evan Prodromou | |
2009-01-14 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-14 | Move subscribe and unsubscribe forms to their own classes | Evan Prodromou | |
2009-01-14 | Updated showLogo(). | sarven | |
2009-01-14 | Incorrectly set notice attribute, fixed | Evan Prodromou | |
2009-01-14 | Move nudge form to its own class | Evan Prodromou | |
2009-01-14 | Move favor and disfavor form to their own classes | Evan Prodromou | |
2009-01-14 | Add a name parameter to a couple of the form elements | Evan Prodromou | |
2009-01-14 | Move notice form to its own class | Evan Prodromou | |
2009-01-14 | Form class, superclass for form widgets | Evan Prodromou | |
2009-01-13 | Fix extralong lines in widget.php | Evan Prodromou | |
2009-01-13 | Add a base class for UI widgets | Evan Prodromou | |
2009-01-13 | Modify public stream to use new UI framework | Evan Prodromou | |
I modified public.php to use the new UI framework. Since the Action class isn't functional yet, I don't know if it works. I took some of the functionality, like the public tabs nav and the feeds list, and made them widgets. I also moved the navigation from common_navigation() to a method of Action. | |||
2009-01-13 | Move page-generation code from lib/util.php to Action class | Evan Prodromou | |
We moved the page generation code from lib/util.php to the action class. We also broke up the page generation code into a big recipe, where each element of the page has a corresponding method in the Action class. Action classes can override parts of the recipe to make their custom output, and leave the rest up to the parent class. NOTE: this change BREAKS pretty much everything. lib/action.php probably does not compile, and everything that uses it needs to be fixed to use the new framework. Stay tuned for more fun! | |||
2009-01-13 | Change related classes doc for HTMLOutputter | Evan Prodromou | |