Commit Graph

3856 Commits

Author SHA1 Message Date
Sarven Capadisli
7095c93f66 Simpler separation of themes. New themes can either make use of the
default styles or make their own.
2009-04-14 23:13:02 +00:00
Robin Millette
533a463879 Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x 2009-04-14 23:03:31 +00:00
Robin Millette
2039466495 trac#1223 Show most popular notices per tag in the tag page sidebar. 2009-04-14 23:03:19 +00:00
Evan Prodromou
b142c26010 Make stuff work with no base 2009-04-14 16:02:09 -04:00
Evan Prodromou
0073a75dff Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x 2009-04-14 16:01:22 -04:00
Evan Prodromou
b1940bcb7b escape slash in regexp 2009-04-14 16:01:02 -04:00
Sarven Capadisli
0b3bd63a30 Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x 2009-04-14 19:14:39 +00:00
Sarven Capadisli
4c29cda000 Merge branch '0.7.x' into 0.8.x 2009-04-14 19:14:32 +00:00
Zach Copley
9f2e2e4b2c Notice sources: Fixed Nambu, added Tricklepost and sorted the list. 2009-04-14 11:50:59 -07:00
Evan Prodromou
41b247ac1a Merge branch '0.7.x' into 0.8.x 2009-04-14 14:29:51 -04:00
Zach Copley
ad5dd9030b Add option to Twitter settings for importing Friends Timeline 2009-04-13 19:19:26 -07:00
Zach Copley
01695dc346 Fix bad dates in API's JSON search results 2009-04-13 15:03:34 -07:00
Evan Prodromou
4684d34713 typo in lib action 2009-04-13 15:54:16 -04:00
Evan Prodromou
4c9be4d566 typo in api.php 2009-04-13 15:52:15 -04:00
Evan Prodromou
3a0c59052a Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x 2009-04-13 15:51:12 -04:00
Evan Prodromou
e9e75fc9d5 isReadOnly() now takes arguments
Add an array of arguments to isReadOnly() method of actions, to let
them change their results depending on what actions are called.
Primarily used by the 'api' action. Ideally in the future that will be
multiple actions. But this might still be useful.
2009-04-13 15:49:26 -04:00
Sarven Capadisli
4f966709e6 Added farbtastic's default stylesheet 2009-04-13 17:30:25 +00:00
Sarven Capadisli
d4291f1f9b Moved Cloudy's layout styles in skin to theme. 2009-04-13 17:29:15 +00:00
Sarven Capadisli
526cdd8a81 Merge branch '0.7.x' into 0.8.x 2009-04-13 17:26:58 +00:00
Sarven Capadisli
d4f9f2c69b Moved layout styles to base stylesheet. 2009-04-13 17:26:12 +00:00
Sarven Capadisli
e34011f1bd Merge branch '0.7.x' into 0.8.x 2009-04-13 16:42:53 +00:00
Sarven Capadisli
ffa0007350 Ticket 1419. Added config option to set site to private. 2009-04-13 16:40:51 +00:00
Sarven Capadisli
ed3d68435f Using farbtastic jQuery plugin to select design colours. 2009-04-13 05:39:23 +00:00
Sarven Capadisli
4a8c23fe32 Updated path for jCrop 2009-04-13 03:49:37 +00:00
Sarven Capadisli
765ea69667 Updated Cloudy theme's base style for Authorize subscription input
accept
2009-04-13 03:10:05 +00:00
Sarven Capadisli
7ae6db8019 Merge branch '0.7.x' into 0.8.x 2009-04-13 03:07:34 +00:00
Sarven Capadisli
d62f69e592 Removing h1 from display in Profile page due to duplicate visibility
of fn and nickname.
2009-04-13 03:05:00 +00:00
Sarven Capadisli
2341f99224 Merge branch '0.7.x' into 0.8.x 2009-04-12 21:50:57 +00:00
Sarven Capadisli
7a00dc749d Updated styles for the Authrization subscription form inputs 2009-04-12 21:50:14 +00:00
Sarven Capadisli
6cfa587385 Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x 2009-04-12 21:41:20 +00:00
Sarven Capadisli
e9e7671d5f Updated markup for entity_profile on Authorize subscription page. 2009-04-12 21:40:29 +00:00
Sarven Capadisli
a9461356b8 Created Design page for users to customize the way their profile pages
look by changing the background image and picking a colour palette for
text.
2009-04-12 20:30:14 +00:00
Evan Prodromou
4237407cd9 Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x 2009-04-12 15:35:33 -04:00
Evan Prodromou
f934cf2ac0 Update XML generation and list of actions in public XRDS
Updated the XML generation calls and list of actions in the public
XRDS document.
2009-04-12 15:34:38 -04:00
Sarven Capadisli
dac9525254 Merge branch '0.7.x' into 0.8.x 2009-04-12 18:42:03 +00:00
Sarven Capadisli
5033c057f8 Updated Polish translations made by Piotr Drąg. 2009-04-12 18:33:56 +00:00
Sarven Capadisli
6c7f5db9b3 Removed unused images 2009-04-12 02:38:14 +00:00
Sarven Capadisli
030477b02a Separation of themes (i.e., layout, typography) and skins (i.e., background
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-12 02:08:55 +00:00
Sarven Capadisli
1f33df4715 (Subjective) The dotted border style is less obtrusive (negative
space) than the dotted border style. While present, the dotted blends
away better. Observing 1 + 1 = 3 or more principle.
2009-04-11 22:29:13 +00:00
Evan Prodromou
925ac16e1f tag stream is read-only 2009-04-10 22:47:40 -04:00
Sarven Capadisli
3b9f235e42 Trimming the accept header parts for better content type comparison.
e.g., ' text/xml' != 'text/xml'
2009-04-10 17:40:45 +00:00
Sarven Capadisli
c9c5ec0e4b Merge branch '0.7.x' into 0.8.x 2009-04-10 17:39:56 +00:00
Evan Prodromou
fba0249932 add cliqset 2009-04-10 11:36:46 -04:00
Evan Prodromou
a0a6a627e7 Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x 2009-04-10 10:48:13 -04:00
Evan Prodromou
08c08d02aa Added maisha to notice_source 2009-04-10 10:47:53 -04:00
Tobias Diekershoff
4277a6818c Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x 2009-04-10 14:25:25 +02:00
Meitar Moscovitz
6cdc2ff444 Fixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS. 2009-04-09 13:52:39 -04:00
CiaranG
6afda46402 Corrected error in README relating to ['newuser']['welcome'] 2009-04-09 18:29:31 +01:00
Sarven Capadisli
dcee7f2f62 Merge branch '0.7.x' into 0.8.x 2009-04-08 22:58:21 +00:00
Sarven Capadisli
03a4a4bebf Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x 2009-04-08 22:55:34 +00:00