Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-24 | Made conversation thread UI a bit more visible. | Sarven Capadisli | |
Added right margin for notice options. | |||
2009-05-24 | Rearranged attachment info to only appear on each applicable notice page and ↵ | Robin Millette | |
thru an ajax popup. | |||
2009-05-22 | Init styles for conversation page | Sarven Capadisli | |
2009-05-21 | Changed No/Yes and Reset/Save locations. They are now a little more | Sarven Capadisli | |
usable by first offering the option to undo and than do. | |||
2009-05-19 | Added reset button | Sarven Capadisli | |
Rearranged swatch layout Added background image upload input file | |||
2009-05-18 | Using list-style-position:inside for lists so that bullets don't leak | Sarven Capadisli | |
out of the container. Added more padding to groups with most posts table | |||
2009-05-18 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
Conflicts: EVENTS.txt | |||
2009-05-18 | Increase entity_profile fn, nickname font-size slightly. Gave | Sarven Capadisli | |
entity_profile more width. | |||
2009-05-02 | Aligned shownotice page's entry-content to left. Fixing vcard photo | Sarven Capadisli | |
margin bottom value. | |||
2009-05-01 | Minor CSS updates (No min-height on shownotice page, site_notice is | Sarven Capadisli | |
floated instead of positioned absolutely, notice entry-content is aligned with the nickname on shownotice page) | |||
2009-05-01 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css | |||
2009-04-27 | Minor CSS order/cleanup. | Sarven Capadisli | |
2009-04-24 | UI for server errors. | Sarven Capadisli | |
2009-04-14 | Simpler separation of themes. New themes can either make use of the | Sarven Capadisli | |
default styles or make their own. | |||
2009-04-13 | Moved layout styles to base stylesheet. | Sarven Capadisli | |
2009-04-13 | Removing h1 from display in Profile page due to duplicate visibility | Sarven Capadisli | |
of fn and nickname. | |||
2009-04-12 | Updated styles for the Authrization subscription form inputs | Sarven Capadisli | |
2009-04-12 | Separation of themes (i.e., layout, typography) and skins (i.e., background | Sarven Capadisli | |
images, colours). A theme can have multiple skins. Majority of the changes in this commit are due to restructuring the path/files for themes and skins. Both theme and skin will be set to 'default' if not set in config.php. This commit also allows each instance of this software to create its own theme without having to override any style from the default distribution. Added Cloudy theme. | |||
2009-04-11 | (Subjective) The dotted border style is less obtrusive (negative | Sarven Capadisli | |
space) than the dotted border style. While present, the dotted blends away better. Observing 1 + 1 = 3 or more principle. | |||
2009-04-09 | Fixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS. | Meitar Moscovitz | |
2009-04-08 | Fixes the issue mentioned in commit 7fc90d5. Changed the margin value | Sarven Capadisli | |
that's specific to the Inbox/Outbox page only. | |||
2009-04-08 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-04-08 | Using 800px width and using document.title if no text is selected. | Sarven Capadisli | |
2009-04-08 | Remove extranneous bottom margins on label; fix Safari layout bug. | Meitar Moscovitz | |
This margin causes a layout bug in Safari whereby the Inbox and Outbox pages have a notice form textarea that's too wide, causing it to slide beneath the "Send" button on those pages. Removing this margin seems to be completely innocuous in my tests, which covered Safari, Firefox, Opera, and Internet Explorer 7. Can less be more? :) | |||
2009-04-08 | Minor update for 800px width viewport | Sarven Capadisli | |
2009-04-07 | HTML br is not needed. Using 'clear' in CSS instead. | Sarven Capadisli | |
2009-04-07 | Markup and styles for search help and errors | Sarven Capadisli | |
2009-04-07 | Minimum height for content and aside area. | Sarven Capadisli | |
2009-04-02 | Better support for 800px ~ 1024px width viewport/screen resolutions. | Sarven Capadisli | |
2009-03-29 | Hiding site name from presentation iff site logo exists. | Sarven Capadisli | |
2009-03-25 | Ticket http://laconi.ca/trac/ticket/1274 | Sarven Capadisli | |
Minimised form_notice markup by removing unordered lists. There is a minor CSS rule reassignment done by changing the selectors. There is no visual change in the final result. | |||
2009-03-22 | Password recover and change form markup updated. | Sarven Capadisli | |
2009-02-28 | Slightly toned down the text-shadow on navigation | Sarven Capadisli | |
2009-02-20 | Minor positioning: using absolute right instead of left | Sarven Capadisli | |
2009-02-19 | Minor CSS cleanup. | Sarven Capadisli | |
2009-02-16 | Removed transformation effects from h1-h6 (except in aside) | Sarven Capadisli | |
2009-02-11 | Ticket 1172. Capitalizing first character of each word to uppercase | Sarven Capadisli | |
instead of putting all characters to uppercase. | |||
2009-02-07 | Add a link to the group search page from a user's own group list. | Meitar Moscovitz | |
I've seen a request or two pop up for this on the Laconica group on Identica, and I'd personally like there to be a link to the search page from my own groups listing, as I often find myself looking for one and end up at my browser's address bar. | |||
2009-02-06 | Added primary and secondary form actions. Fixed markup for | Sarven Capadisli | |
form_notice_delete | |||
2009-02-04 | Removing extra margin after .section .notice .author. | Sarven Capadisli | |
2009-02-04 | Using overflow:hidden for long strings that don't contain any | Sarven Capadisli | |
whitespace. This is both a preventive measure for user content that is abused (i.e., leaking text into other page components) and for aesthetics (requested by @evan) | |||
2009-02-04 | http://laconi.ca/trac/ticket/1112 -- Removed only the author fn from | Sarven Capadisli | |
display. | |||
2009-02-02 | Ticket 1044 -- Removed border-top, reduced padding, changed notice | Sarven Capadisli | |
count from 6 to 5, removed nickname. | |||
2009-02-02 | Added "Edit" entity_action. | Sarven Capadisli | |
Updated theme files. | |||
2009-02-02 | Better cross-browser support for page and text zoom-in/out. | Sarven Capadisli | |
2009-02-01 | Reduced width and realigned anon_notice | Sarven Capadisli | |
2009-02-01 | Ticket 1071 - Set overflow:auto for long non-breaking strings. This is | Sarven Capadisli | |
the most cross-browser safe method unless the string is broken into chunks at the time of output from backend. | |||
2009-02-01 | Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn | Sarven Capadisli | |
2009-02-01 | Ticket #1045 -- Added borders to all sides of the pagination anchor. | Sarven Capadisli | |
2009-01-27 | Better colour contrast for major areas (background, sidebar, tabs) | Sarven Capadisli | |