Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-15 | Add aside div | Evan Prodromou | |
2009-01-15 | Change multiple id=nav to class=nav | Evan Prodromou | |
2009-01-15 | Fix some formatting in list items | Evan Prodromou | |
2009-01-15 | Move ID param to end of menuItem and fix bad 'wrap' element | Evan Prodromou | |
2009-01-15 | Form action must be 'post' not 'POST' | Evan Prodromou | |
2009-01-15 | Merge ../csarven into uiredesign | Evan Prodromou | |
Conflicts: lib/action.php | |||
2009-01-15 | Fix dd in action | Evan Prodromou | |
I think these definition lists are ridiculous, and I particularly resent having to debug them. | |||
2009-01-15 | Fix site notice | Evan Prodromou | |
2009-01-15 | Fix called to text and raw in action.php | Evan Prodromou | |
2009-01-15 | HTML update to showSecondaryNav() | sarven | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Make the feedlist work -- kinda | Evan Prodromou | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Missing end dl tag for showPageNotice() | sarven | |
2009-01-15 | A little further with notice lists | Evan Prodromou | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Fix a couple of errors in PublicGroupNav | Evan Prodromou | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Add arg to NoticeForm constructor | Evan Prodromou | |
2009-01-15 | showSiteNotice() was missing closing dl tag | sarven | |
2009-01-15 | Merge branch 'uiredesign' of ../evan into uiredesign | sarven | |
2009-01-15 | Fix notice form in action | Evan Prodromou | |
2009-01-15 | Move optional id param to end of function, where optional params | Evan Prodromou | |
actually go. | |||
2009-01-15 | Using a specific path for CSS files. | sarven | |
2009-01-15 | Merge branch 'uiredesign' of evan@dev.controlyourself.ca:/var/www/evan into ↵ | Evan Prodromou | |
uiredesign | |||
2009-01-15 | Use menuItem(), extend Widget, and document | Evan Prodromou | |
2009-01-15 | Add a menuItem method to Action | Evan Prodromou | |
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 | 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 | 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 | 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() |