Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-15 | Extended formData()'s hidden to use a specific @id and @name | sarven | |
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 | 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 | 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 | |
2009-01-13 | Make XMLOutputter work with phpcs | Evan Prodromou | |
A couple of small changes to comply with code standards. Also, note that the second param of element() and elementStart() can be a string. | |||
2009-01-13 | Extract HTML outputting code to a class HTMLOutputter | Evan Prodromou | |
Moved the common_* methods for low-level HTML output to its own class, HTMLOutputter in lib/htmloutputter.php. | |||
2009-01-13 | Remove XML-generating function from lib/util.php | Evan Prodromou | |
2009-01-13 | Move low-level xml outputting code to a class | Evan Prodromou | |
Made a class for outputting XML code | |||
2009-01-12 | trac750 Add prefix string option in Facebook app for notice sync | Zach Copley | |
2009-01-12 | trac750 Better workflow for inviting friends to use the Facebook app | Zach Copley | |
2009-01-12 | trac750 Exclude Facebook friends who are already using Identi.ca app from ↵ | Zach Copley | |
invitee list | |||
2009-01-11 | trac750 Automatically update Identi.ca profile box with user's latest dent | Zach Copley | |
2009-01-11 | trac750 - Facebook app now uses XMLWriter for output (much cleaner!) | Zach Copley | |