Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-06 | Using 'CSS sprites' for common icons for the identica theme. Default | Sarven Capadisli | |
theme will follow after some tests. | |||
2009-10-04 | Unnecessary selector bit | Sarven Capadisli | |
2009-10-04 | Removed obsolete iphone theme (pre v0.7) | Sarven Capadisli | |
2009-09-28 | Merge branch '0.8.x' into 0.9.x | Sarven Capadisli | |
2009-09-27 | Using a relative value for the form_notice note location instead | Sarven Capadisli | |
2009-09-23 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php | |||
2009-09-16 | Updated csarven emails to csarven@status.net and removed dupes | Sarven Capadisli | |
2009-09-14 | Updated Cloudy theme | Sarven Capadisli | |
2009-09-09 | Updated biz, cloudy, h4ck3r, pigeonthoughts themes default logos | Sarven Capadisli | |
2009-09-09 | Updated biz theme. | Sarven Capadisli | |
2009-09-07 | Setting max width limit to select form control on inbox and outbox pages | Sarven Capadisli | |
2009-09-07 | Updated identica and default theme to use processing indicator | Sarven Capadisli | |
2009-09-04 | Updated layout for filter by tag form | Sarven Capadisli | |
2009-08-27 | change default logo from laconica to status.net | Evan Prodromou | |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-25 | convert CSS files to use new names | Evan Prodromou | |
2009-08-16 | Use spinner icon while performing AJAX submissions of favorite/unfavorite ↵ | brion | |
button so there's some visual feedback that something's happening. | |||
2009-08-11 | Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5) | Jeffery To | |
2009-08-09 | Updated link colour. | Sarven Capadisli | |
2009-08-06 | Used Yahoo! Smush.it to save a few bytes on the images | Craig Andrews | |
2009-08-04 | Removed not overly significant style from div.entry-content. It helps | Sarven Capadisli | |
with attachment views as well (Ticket 1761) | |||
2009-07-28 | Minor UI fix for IE6 notice-options | Sarven Capadisli | |
2009-07-25 | Updated pigeontheme to reflect the changes made to entry-content | Sarven Capadisli | |
structure | |||
2009-07-25 | Minor change to timestamp selector | Sarven Capadisli | |
2009-07-25 | Removed <dl> structure from NoticeListItem::showContext. Same as | Sarven Capadisli | |
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showNoticeSource. Same as | Sarven Capadisli | |
commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showNoticeLink. Reason: | Sarven Capadisli | |
Arguably, the earlier structure was unnecessarily verbose. Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Updated pigeonthoughts theme | Sarven Capadisli | |
2009-07-25 | Removed <dl> structure from NoticeListItem::showReplyLink. Reason: | Sarven Capadisli | |
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8. | |||
2009-07-25 | Removed <dl> structure from NoticeListItem::showDeleteLink. Reason: | Sarven Capadisli | |
To speed up DOM load by cutting down 3 nodes in each notice list item. Generally each notice option should be a list item in a <ul>, however, there is no tangible benefit for the user using this approach. In this case, minimalism is favoured. Similarly, the new approach will make 5 fewer function calls on the server side. | |||
2009-07-24 | More IE fixes for Cloudy theme | Sarven Capadisli | |
2009-07-24 | Cloudy theme IE (mostly 7/8) fixes | Sarven Capadisli | |
2009-07-23 | Minor top value for cloudy theme | Sarven Capadisli | |
2009-07-23 | Updated cloudy theme | Sarven Capadisli | |
2009-07-20 | Reduced content width slightly for IE6 | Sarven Capadisli | |
2009-07-20 | Updated pigeonthoughts content/aside_primary layout values | Sarven Capadisli | |
2009-07-20 | Updated pigeonthoughts theme | Sarven Capadisli | |
2009-07-16 | Using bottom instead of top for form_note | Sarven Capadisli | |
2009-07-15 | Reduced notice div.entry-content width so that in the case of super | Sarven Capadisli | |
deep/crazy conversations the notice options don't misalign. | |||
2009-07-15 | Updated attachment view position. It is now closer to top. | Sarven Capadisli | |
2009-07-09 | Updated max-width values for attachment view | Sarven Capadisli | |
2009-07-07 | Updated support for 800px width design | Sarven Capadisli | |
2009-07-07 | Added max-height to designsettings and attachment view images | Sarven Capadisli | |
2009-07-07 | Changed img max-width to all attachment views | Sarven Capadisli | |
2009-07-05 | Updated margin/width value for nested notices | Sarven Capadisli | |
2009-07-04 | Using box-shadow on the site_nav_local_views li instead of a. | Sarven Capadisli | |
2009-07-01 | Centres the overlay container as best as it can (given that we can't | Sarven Capadisli | |
calculate the height of the XHR response container without actually loading it into the DOM). | |||
2009-06-30 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Sarven Capadisli | |
2009-06-30 | Updated jOverlay version and set max-width for images | Sarven Capadisli | |
2009-06-29 | Merge branch '0.8.x' into design_reset | Zach Copley | |
* 0.8.x: Using max-width:480px for settings_design_background-image image Using role for admin indicator. Added margin-left. |