Commit Graph

3866 Commits

Author SHA1 Message Date
Eric Helgeson
a3280961d2 Removed return from 1st line of runDbScript()
fixed broken html tag on success page.
handlePost() now will show as many errors as it can (instead of one at a time)
checkPrereqs() will show all errors at once instead of failing on first one, installer will be able to try to fix all instead of fixing one at a time and trying again.
writeConf(): added if LACONICA is !defined exit

Tests: drop database and remove config.php, ran installer. Passed.
2009-05-20 16:39:08 -05:00
Eric Helgeson
dbf82f7c1e fixed missing closing php tag when installer.php wrote to config.php 2009-05-20 15:14:04 -05:00
Zach Copley
f90d0ac6c8 Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x 2009-05-20 00:56:35 +00:00
Zach Copley
f841dd6af4 Fixed sporatic problem with logout. 2009-05-20 00:55:59 +00:00
Evan Prodromou
8cc8f9fd0c Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Conflicts:
	config.php.sample
2009-05-19 14:42:19 -04:00
Sarven Capadisli
09e95cc33f Fixed array index 2009-05-19 17:31:43 +00:00
Sarven Capadisli
0c442e459e Added reset button
Rearranged swatch layout
Added background image upload input file
2009-05-19 17:05:30 +00:00
Sarven Capadisli
62d2229573 Removed visited and vcard background (matches identica theme) 2009-05-19 01:24:35 +00:00
Zach Copley
4186dd2691 Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x 2009-05-19 01:08:28 +00:00
Zach Copley
35b3934233 Logout works properly now. 2009-05-19 01:07:45 +00:00
Sarven Capadisli
8c5d1b63df Removed visited and vcard a background colors. 2009-05-19 00:09:06 +00:00
Sarven Capadisli
da74a29e03 Using list-style-position:inside for lists so that bullets don't leak
out of the container.

Added more padding to groups with most posts table
2009-05-18 23:45:45 +00:00
Sarven Capadisli
8d68c5238d Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x 2009-05-18 23:28:48 +00:00
Sarven Capadisli
8b5bcae58f Merge branch '0.7.x' into 0.8.x
Conflicts:

	EVENTS.txt
2009-05-18 23:28:08 +00:00
Robin Millette
9261e48ef0 Removed dead code. 2009-05-18 19:23:18 -04:00
Sarven Capadisli
dcd69eec90 Increase entity_profile fn, nickname font-size slightly. Gave
entity_profile more width.
2009-05-18 23:23:00 +00:00
Robin Millette
f5606b6aa3 Added RSS for personal tags 2009-05-18 18:18:08 -04:00
Robin Millette
57860b4d8a Merge branch '0.8.x' of git@gitorious.org:~evan/laconica/dev into 0.8.x 2009-05-18 17:20:11 -04:00
Robin Millette
0271859c24 Added personal tag page: http://example.com/MY_NICK/tag/A_TAG 2009-05-18 17:18:57 -04:00
Sarven Capadisli
806200379d Dynamic color updates to page elements when user picks a color.
Using JSON to create swatches in HTML output.
2009-05-18 20:10:46 +00:00
Robin Millette
5897dfa4c3 Refactored new sections code to proper classes and added notice link to links in notice sections. 2009-05-17 22:06:08 -04:00
Robin Millette
a325144fa0 Merge branch '0.8.x' of git@gitorious.org:~evan/laconica/dev into 0.8.x 2009-05-17 00:05:53 -04:00
Robin Millette
f3ea79a12a Added site path field to installer + fancy URL javascript auto-detection. 2009-05-17 00:05:07 -04:00
Zach Copley
811cef1008 Merge branch '0.8.x' into fbconnect 2009-05-15 23:17:57 +00:00
Zach Copley
3f44f94c3c Basic Facebook Connect plugin 2009-05-15 23:16:23 +00:00
Zach Copley
a0320f03f5 Better err handling when trying to get Facebook client 2009-05-15 21:44:58 +00:00
Zach Copley
41f6c9d8cf Added event handlers to logout action 2009-05-15 21:41:41 +00:00
Evan Prodromou
9d13890a85 add a hook for the page notice 2009-05-15 17:11:28 -04:00
Robin Millette
6c4e26fe61 Added sql files to handle attachments (not yet tested) Hoping someone will improve the postgres version. 2009-05-15 16:17:44 -04:00
Zach Copley
6a2d22ddd8 Updated Facebook client libs to the latest version 2009-05-15 19:20:19 +00:00
Robin Millette
15eb0c0206 Merge branch '0.8.x' of git://gitorious.org/laconica/dev into links 2009-05-15 15:08:07 -04:00
Evan Prodromou
6b4410d9ea add a hook to muck around with the arguments array after it's initialized 2009-05-15 15:07:23 -04:00
Robin Millette
fecb8c706d Attachments and their list now provide "ajax" view. Also added a few sidebars relating tags and attachments. 2009-05-15 15:04:58 -04:00
Evan Prodromou
14662354dc add hooks for subgroupnav showing 2009-05-15 14:22:49 -04:00
Evan Prodromou
c6816c163e reformat action.php 2009-05-15 14:18:04 -04:00
Sarven Capadisli
fbb0d1dd54 Updated Cloudy theme default avatars and minor CSS 2009-05-14 23:43:41 +00:00
Sarven Capadisli
af5e0dab69 Updated logos to use laconica as default. 2009-05-14 20:27:08 +00:00
Sarven Capadisli
4a8c993ed0 Updated instructions for creating a theme. Removed earthy theme ~
which was too basic to be unique.
2009-05-14 20:22:04 +00:00
Robin Millette
2e394ef47c Merge branch '0.8.x' of git://gitorious.org/laconica/dev into links 2009-05-13 14:30:03 -04:00
Robin Millette
3b7ee5a5f9 rewrote short url stuff to handle new file/url classes (redirections, oembed, mimetypes, etc.) 2009-05-13 14:27:32 -04:00
Sarven Capadisli
d8e49a2174 otalk theme: Using two columns for notice list 2009-05-13 17:29:13 +00:00
Sarven Capadisli
06e012cc71 Minor clearing. 2009-05-13 16:06:52 +00:00
Sarven Capadisli
78e5572b38 Init h4ck3r theme.
Originally suggested by Zach ( http://identi.ca/user/25 ).

Background image (aka matrix h4x0r animated chars) is copied from
Google neonblade2 theme ( http://ur1.ca/49wv ). Original creator of the
image is unknown at this time.
2009-05-13 15:56:44 +00:00
Evan Prodromou
99f8501d32 Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Conflicts:
	config.php.sample
2009-05-11 17:53:23 -04:00
Robin Millette
d010d811ba db stuff for URLs: redirections, oembed, etc. 2009-05-11 13:45:00 -04:00
Sarven Capadisli
251fd2c232 Init pigeon thoughts theme.
Inspired by
http://csarven.ca/labs/csszengarden.com/pigeon-thoughts/zengarden-sample.html
2009-05-11 04:04:56 +00:00
Sarven Capadisli
8fc8eaa1b6 Init biz theme
Design is similar (inspired) to http://drupal.org/project/acquia_marina Two of
the background illustrations are reused.
2009-05-10 23:14:42 +00:00
Sarven Capadisli
9a566c51cd Merge branch '0.7.x' into 0.8.x 2009-05-10 23:13:22 +00:00
Sarven Capadisli
d6ec21fbc6 Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x 2009-05-10 23:12:52 +00:00
CiaranG
9a8095079d PostgreSQL - added dirty dates to Foreign_link - see 3e7b1e69e3 2009-05-08 08:14:50 +01:00