Sarven Capadisli
05b04b7970
Changed text "noone" to "no one".
2009-04-07 21:12:11 +00:00
Sarven Capadisli
a6e950b7a1
Renamed 'blankfiller' to 'guide'.
2009-04-07 21:09:27 +00:00
Sarven Capadisli
5dfc09d9d2
Minor adjustment for error/success styles in default stylesheet
2009-04-07 21:04:24 +00:00
Sarven Capadisli
658462ce85
Markup and styles for search help and errors
2009-04-07 21:02:47 +00:00
Sarven Capadisli
c42995e3a2
Minimum height for content and aside area.
2009-04-07 20:02:42 +00:00
Sarven Capadisli
9e46ab569e
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-07 18:18:24 +00:00
Sarven Capadisli
27a279e7c1
Down playing the Register link's styles so it doesn't battle for
...
attention when anon_notice is present.
2009-04-07 18:16:16 +00:00
Sarven Capadisli
ef2d22a84b
Rearranged the global navigation items for better usability. Reason a)
...
placement of Search at the edge of the viewport for quicker access and
b) placement of the links that are always available (whether user is logged in
or not) in the same location (i.e., Login/Logout, Help, Search)
2009-04-07 18:09:54 +00:00
Sarven Capadisli
7f5e2c5e57
Added Invite link to global navigation
2009-04-07 18:08:56 +00:00
Robin Millette
640ae10935
added filler text to personal timeline.
2009-04-07 16:11:03 +00:00
Robin Millette
17fb51f747
added filler text to notice and group search, suggesting other search options.
2009-04-07 03:26:33 +00:00
Robin Millette
9ad8307b7e
external search now depends on site.server.
2009-04-06 05:04:11 +00:00
Robin Millette
84d2aa7df4
refactored search suggestions and added forgotten sprintf.
2009-04-06 01:14:59 +00:00
Robin Millette
1ee24a2aaf
added filler text to people search, suggesting other search options.
2009-04-05 23:11:40 +00:00
Robin Millette
6382d1d98f
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-05 00:46:53 +00:00
Robin Millette
bd52139436
bookmarklet inspired by wordpress press this.
2009-04-05 00:46:39 +00:00
Zach Copley
61a08c91d5
Bumped version number for upcoming 0.7.3 release
2009-04-03 15:59:08 -07:00
Zach Copley
92f9ec1580
Merge branch '0.7.x' of git://gitorious.org/laconica/ksedgwic-clone into review/0.7.x
2009-04-03 15:53:50 -07:00
Zach Copley
123f6d7d0c
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-03 14:22:10 -07:00
Zach Copley
d83f6c3269
Add Yatca to notice sources
2009-04-03 14:16:32 -07:00
Robin Millette
8f969f8f98
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-03 20:37:35 +00:00
Robin Millette
439d521c86
Tiny change to the public tag cloud dealing with empty page.
2009-04-03 20:37:29 +00:00
Robin Millette
9698247722
Added filler text to popular page for when it's empty, encouraging user to add favorites and/or register.
2009-04-03 20:35:18 +00:00
Robin Millette
e1fec6db2f
Simplified code for empty public timeline.
2009-04-03 20:34:27 +00:00
Zach Copley
590cc0c9a4
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-03 13:24:01 -07:00
Zach Copley
ab2946047c
Only kill control and surrogates, leave UTF-8 formatting chars alone.
2009-04-03 13:19:33 -07:00
Evan Prodromou
81c72956a6
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-03 15:31:07 -04:00
Robin Millette
4d4e6ead9c
added filler text to public tagcloud for when it's empty, encouraging user to post and/or register.
2009-04-03 19:16:35 +00:00
Evan Prodromou
5eacffcb3a
try to reduce memory usage in FOAF output
2009-04-03 14:18:29 -04:00
Evan Prodromou
5f79653acb
redirect FOAF file on non-canonical nickname
2009-04-03 14:00:52 -04:00
Evan Prodromou
e2898db087
add finishaddopenid to list of sensitive pages to use with ssl
2009-04-03 12:51:43 -04:00
Evan Prodromou
26194cd1d6
i18n for legend in remote sub form
2009-04-02 06:10:32 -04:00
Evan Prodromou
30a72a93c8
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-02 06:06:21 -04:00
Sarven Capadisli
36f73bffbc
Better support for 800px ~ 1024px width viewport/screen resolutions.
2009-04-02 06:29:49 +00:00
Evan Prodromou
e28c4689ce
add sup with arguments
2009-04-01 18:29:10 -04:00
Evan Prodromou
c172cbafaa
Try to do intelligent redirect codes
...
After fixing the redirect code output, there are a lot of weirdnesses
with e.g. form handling. Try to add explicit redirect codes where
needed -- principly when handling a POST.
2009-04-01 15:30:59 -04:00
Evan Prodromou
88bcef127f
Merge branch 'master' into 0.7.x
2009-04-01 14:41:35 -04:00
Evan Prodromou
3bec08c878
Merge branch '0.7.x' of git@gitorious.org:laconica/dev
...
Conflicts:
README
lib/router.php
2009-04-01 14:40:58 -04:00
CiaranG
e7381493ad
Return redirect code correctly as HTTP status, not a header. Fixes ticket #1371
2009-04-01 18:11:02 +01:00
Sarven Capadisli
783d292739
Selector to allow styles when a user is logged in.
2009-04-01 02:06:49 -04:00
Evan Prodromou
1bdff9626c
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-04-01 02:06:32 -04:00
Sarven Capadisli
b112b32640
Selector to allow styles when a user is logged in.
2009-04-01 01:03:00 +00:00
Evan Prodromou
bd76fe88d3
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
2009-03-31 10:15:21 -04:00
Evan Prodromou
c2e6fb668d
Merge branch 'master' into 0.7.x
...
Conflicts:
README
lib/router.php
2009-03-31 10:14:54 -04:00
Evan Prodromou
1fbf9a042e
give the correct root url when SSL enabled
2009-03-31 10:09:11 -04:00
Evan Prodromou
e149f3d64b
Support SSL for some, all, or no pages
...
Support SSL URLs either for all pages; no pages; or for sensitive
pages accepting passwords, like login, registration, API, and others.
2009-03-30 17:12:02 -04:00
Robin Millette
3861e348a4
added filler text to public timeline for when it's empty, encouraging user to post and/or register.
2009-03-30 21:07:48 +00:00
Robin Millette
d5032a0277
trac#776 changed db collations from utf8_bin to utf8_general_ci for case insensitive search
2009-03-30 19:47:55 +00:00
Evan Prodromou
47b89aa2c3
Changes to router setup to make notice search RSS feed work
...
Conflicts:
lib/router.php
2009-03-30 15:05:50 -04:00
Evan Prodromou
e00508d188
correct setting for default user
2009-03-30 11:30:58 -04:00