Commit Graph

425 Commits

Author SHA1 Message Date
Sarven Capadisli c85b6155eb Minor UI fix for IE6 notice-options 2009-07-28 17:14:11 +00:00
Sarven Capadisli ef571f731c Updated pigeontheme to reflect the changes made to entry-content
structure
2009-07-25 18:30:18 +00:00
Sarven Capadisli cdf6d655b5 Minor change to timestamp selector 2009-07-25 18:29:30 +00:00
Sarven Capadisli 0b47e71e7a Removed <dl> structure from NoticeListItem::showContext. Same as
committ e0b877b26c.
2009-07-25 18:26:00 +00:00
Sarven Capadisli e378341910 Removed <dl> structure from NoticeListItem::showNoticeSource. Same as
commit e0b877b26c.
2009-07-25 18:22:05 +00:00
Sarven Capadisli 9c09bfe4d7 Removed <dl> structure from NoticeListItem::showNoticeLink. Reason:
Arguably, the earlier structure was unnecessarily verbose. Same as commit
e0b877b26c.
2009-07-25 18:04:45 +00:00
Sarven Capadisli 89f32432ba Updated pigeonthoughts theme 2009-07-25 17:53:37 +00:00
Sarven Capadisli 66a959a776 Removed <dl> structure from NoticeListItem::showReplyLink. Reason:
Same as commit e0b877b26c.
2009-07-25 17:44:19 +00:00
Sarven Capadisli e0b877b26c Removed <dl> structure from NoticeListItem::showDeleteLink. Reason:
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-25 17:37:37 +00:00
Sarven Capadisli 932eab074d More IE fixes for Cloudy theme 2009-07-24 15:38:58 +00:00
Sarven Capadisli 8d2aeb7082 Cloudy theme IE (mostly 7/8) fixes 2009-07-24 15:04:00 +00:00
Sarven Capadisli fa332c8c85 Minor top value for cloudy theme 2009-07-23 15:07:33 +00:00
Sarven Capadisli 90bc755821 Updated cloudy theme 2009-07-23 15:01:42 +00:00
Sarven Capadisli b46961558a Reduced content width slightly for IE6 2009-07-20 23:11:23 +00:00
Sarven Capadisli 31307e6cdd Updated pigeonthoughts content/aside_primary layout values 2009-07-20 14:56:01 +00:00
Sarven Capadisli e3ac43541a Updated pigeonthoughts theme 2009-07-20 04:02:43 +00:00
Sarven Capadisli 350a342509 Using bottom instead of top for form_note 2009-07-16 19:58:24 +00:00
Sarven Capadisli 5d82b3e02a Reduced notice div.entry-content width so that in the case of super
deep/crazy conversations the notice options don't misalign.
2009-07-15 21:08:38 +00:00
Sarven Capadisli 0b44b252a0 Updated attachment view position. It is now closer to top. 2009-07-15 19:53:24 +00:00
Sarven Capadisli be0b149517 Updated max-width values for attachment view 2009-07-09 17:01:45 +00:00
Sarven Capadisli 247cf2ea8f Updated support for 800px width design 2009-07-07 04:08:51 +00:00
Sarven Capadisli c266e0d68c Added max-height to designsettings and attachment view images 2009-07-07 00:43:56 +00:00
Sarven Capadisli acb305b34a Changed img max-width to all attachment views 2009-07-07 00:22:43 +00:00
Sarven Capadisli d48d27d79f Updated margin/width value for nested notices 2009-07-05 22:57:35 +00:00
Sarven Capadisli 53b7fb7f1c Using box-shadow on the site_nav_local_views li instead of a. 2009-07-04 18:28:24 +00:00
Sarven Capadisli c832888234 Centres the overlay container as best as it can (given that we can't
calculate the height of the XHR response container without actually
loading it into the DOM).
2009-07-01 20:57:21 +00:00
Sarven Capadisli a9fd175994 Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x 2009-06-30 03:06:37 +00:00
Sarven Capadisli ccfe0e018d Updated jOverlay version and set max-width for images 2009-06-30 03:05:45 +00:00
Zach Copley d19ffc73c2 Merge branch '0.8.x' into design_reset
* 0.8.x:
  Using max-width:480px for settings_design_background-image image
  Using role for admin indicator. Added margin-left.
2009-06-29 15:38:17 -07:00
Sarven Capadisli 357f3784b5 Using max-width:480px for settings_design_background-image image 2009-06-29 22:30:40 +00:00
Sarven Capadisli 1268be4f82 Using role for admin indicator. Added margin-left. 2009-06-29 22:07:16 +00:00
Zach Copley dd1fc46f09 Merge branch '0.8.x' into design_reset
* 0.8.x: (32 commits)
  admin indicators in groups
  show section with admins in sidebar of group
  update to latest (r76) version of XMPPHP
  better output for common error handler
  fix logging error
  note when going background
  change name of constructor for xmppdaemon
  add a lot more logging to xmppdaemon
  error in get_option_value wasn't returning a value
  reformat commandline.inc
  if not in daemon mode, xmppdaemon sends log to stdout
  extract log-line formatting to its own function
  got my background/foreground logic backwards
  twitter status fetcher takes an id argument
  more efficient fixup of conversations
  commandline processing handles errors better
  xmppdaemon.php can stay in foreground
  command line arg handling a little more flexible
  Daemon can optionally not go into the background
  don't canonicalize people's text into URLs
  ...

Conflicts:
	theme/base/css/display.css
2009-06-29 13:23:45 -07:00
Evan Prodromou 5b8e40aaa9 admin indicators in groups 2009-06-29 10:29:11 -04:00
Sarven Capadisli f65015b24a Added input submit to let the user to go back to site's default design
settings
2009-06-27 03:21:18 +00:00
Sarven Capadisli c4da201fc0 IE UI update for notice_data_attach_selected 2009-06-25 21:25:41 +00:00
Sarven Capadisli 6a0571d51b Added functionality to remove the notice data attachment 2009-06-25 21:01:07 +00:00
Sarven Capadisli d1d5347ba3 Using transparent background colour instead of solid for notice on hover 2009-06-25 20:36:02 +00:00
Sarven Capadisli 5cc5bae4a9 Adds a scrollbar if the filename is too long for the attached file 2009-06-25 17:00:32 +00:00
Sarven Capadisli 1e17f1256a Shows the selected file attachment under the form_notice textarea 2009-06-25 16:55:19 +00:00
Sarven Capadisli 75d6b0707c Style for entity_aliases 2009-06-25 07:55:52 +00:00
Sarven Capadisli 3cfa2ebb05 Updated default colour theme and IE6 colours for transparent values 2009-06-23 21:18:41 +00:00
Sarven Capadisli 7b269a6712 Layout fix for IE6 2009-06-22 17:18:09 +00:00
Sarven Capadisli 730c173238 Updated markup and CSS for attachment_view 2009-06-18 18:48:19 +00:00
Robin Millette c442b400b9 Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x 2009-06-18 06:02:54 -04:00
Robin Millette 65b4cfbb54 Display more oembed info in attachment popup. 2009-06-18 06:02:12 -04:00
Sarven Capadisli 2b3746013e Updated themes for notice hover on content area 2009-06-18 04:55:41 +00:00
Sarven Capadisli ca53791988 Using notice hover only on content area 2009-06-18 04:54:12 +00:00
Sarven Capadisli 5d8d3e3184 Updated pigeonthoughts theme to reflect 0.8 design requirements 2009-06-18 04:33:32 +00:00
Sarven Capadisli f36d90a755 Minor removal 2009-06-18 01:41:53 +00:00
Sarven Capadisli 00736bddd1 Fix for background image repetition for various page heights 2009-06-18 01:39:37 +00:00