CiaranG
|
3087e4ad5d
|
Fixed bad field name in oauthstore. (fix submitted by oxygene)
|
2009-03-05 16:23:39 +00:00 |
|
CiaranG
|
3c53e821cc
|
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
|
2009-03-05 16:18:59 +00:00 |
|
CiaranG
|
e5345d8d7a
|
PostgreSQL - fixed a couple more quoting issues
|
2009-03-05 16:18:31 +00:00 |
|
CiaranG
|
97bc187e31
|
PostgreSQL - the ts field in the OAuth nonce table needed to be an integer. (fix submitted by oxygene)
|
2009-03-05 16:15:29 +00:00 |
|
CiaranG
|
ea0c5f565c
|
The correct version of the bad fix I undid in the previous commit. Must explicitly specify all relevant columns in the GROUP BY.
|
2009-03-05 14:52:35 +00:00 |
|
CiaranG
|
0c066db428
|
Undo my previous change that breaks the Popular Notices section on the public timeline under MySQL
|
2009-03-05 14:35:50 +00:00 |
|
Zach Copley
|
38b6946349
|
Stubs for Twitter-compatible API search methods
|
2009-03-04 18:14:52 -08:00 |
|
Zach Copley
|
344f7194f0
|
Fixed wrong date on my msg in the laconica.spec changelog section
|
2009-03-04 17:03:01 -08:00 |
|
Zach Copley
|
8ba8eaa330
|
Bumped the version number in laconica.spec in prep for a 0.7.2. RPM
|
2009-03-04 16:55:33 -08:00 |
|
Zach Copley
|
762c56edc6
|
Merge branch '0.7.x' of git://gitorious.org/laconica/ksedgwic-clone into review/0.7.x
|
2009-03-04 16:37:35 -08:00 |
|
Zach Copley
|
77e4fad9fa
|
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
|
2009-03-04 16:21:37 -08:00 |
|
Zach Copley
|
36bb33fb1d
|
Made /api/account/verify_credentials.format return an extended user object. Updates to status and user API objects.
|
2009-03-04 16:17:40 -08:00 |
|
Sarven Capadisli
|
e239a5529a
|
Yahoo! SearchMonkey applications:
* Displays user profile information http://identi.ca
* Displays user's XFN on http://identi.ca
|
2009-03-04 21:05:26 +00:00 |
|
Evan Prodromou
|
8cc19b90ee
|
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
|
2009-03-04 11:05:58 -08:00 |
|
CiaranG
|
a7efd4ff55
|
Plugins - added a new event (RouterInitialized) which allows a plugin to register new paths to be routed
|
2009-03-04 15:34:04 +00:00 |
|
CiaranG
|
115519a5e7
|
PostgreSQL - made all 'weight' calculating SQL expressions compatible with both databases, and made some GROUP BY queries more explicit about the fields they are selecting, for the same reason.
|
2009-03-04 15:32:26 +00:00 |
|
CiaranG
|
c02a2f1891
|
PostgreSQL - added defaults for 'created' fields, so they work the same as the MySQL version, and made sure all 'modified' fields are not null
|
2009-03-04 15:30:17 +00:00 |
|
Evan Prodromou
|
cf4e1872ab
|
Error actions use HTTP code name for title
Change the title of error actions to the HTTP code name, like
'internal server error'.
|
2009-03-04 06:27:30 -08:00 |
|
Evan Prodromou
|
f9babf6a7d
|
Check for config file when running
When running the full system, check for a config file, and throw an
error if none is found.
|
2009-03-04 06:24:33 -08:00 |
|
Evan Prodromou
|
09ebc965d5
|
update README with new install instructions
|
2009-03-04 06:13:05 -08:00 |
|
Evan Prodromou
|
aa1bc6216e
|
Make a loop instead of repeating almost identical text in install
|
2009-03-04 05:53:04 -08:00 |
|
Evan Prodromou
|
8d05768e2c
|
run foreign services script
|
2009-03-04 05:47:37 -08:00 |
|
Evan Prodromou
|
43ef29ba0c
|
all inserts in one statement for foreign services
|
2009-03-04 05:47:24 -08:00 |
|
Evan Prodromou
|
07efccd7ef
|
add notice source data on install
|
2009-03-04 05:44:29 -08:00 |
|
Evan Prodromou
|
f53b6470cf
|
add notice source to default install
|
2009-03-04 05:42:20 -08:00 |
|
Evan Prodromou
|
6070d98aa6
|
check posted parameters
|
2009-03-04 05:42:06 -08:00 |
|
Evan Prodromou
|
18f7749995
|
run sms carrier script on install
|
2009-03-04 05:42:03 -08:00 |
|
Evan Prodromou
|
c0115bf3bc
|
fix pagination links with new URL mapper
|
2009-03-04 05:29:21 -08:00 |
|
Sarven Capadisli
|
78a715bc37
|
Hooks for: Public group nav in order to place a list-anchor item at
the start or end of the list.
|
2009-03-04 05:23:41 +00:00 |
|
Sarven Capadisli
|
753b699916
|
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
|
2009-03-04 05:15:41 +00:00 |
|
Sarven Capadisli
|
dcdf47cff2
|
Avatar crop fix for shrinking/stretching of images when user doesn't
scale it with the Jcrop tool (but hits Crop). This will use the lower
value from width/height.
|
2009-03-04 05:11:18 +00:00 |
|
CiaranG
|
7279554681
|
Additional (optional, defaults to off) logging of PEAR error details, which allows database issues to be more easily diagnosed.
|
2009-03-04 00:23:34 +00:00 |
|
CiaranG
|
35677336de
|
Catch bad replyto IDs before saving a new notice to avoid a constraint violation. This happens, for example, when posting for the first time on a fresh install
|
2009-03-03 21:33:52 +00:00 |
|
CiaranG
|
3fd877c4ce
|
Use single quotes for data literals on inserts to notice_index, so it works on pgsql as well as mysql
|
2009-03-03 21:32:47 +00:00 |
|
CiaranG
|
8408e82f92
|
PostgreSQL - added new emailnotifyattn field to user table, to match MySQL version
|
2009-03-03 20:18:26 +00:00 |
|
Sarven Capadisli
|
8b9e559167
|
Updated typography and layout
|
2009-03-02 00:06:29 +00:00 |
|
Evan Prodromou
|
458c037867
|
check some prereqs for installation
|
2009-02-28 21:01:33 -08:00 |
|
Evan Prodromou
|
2ad667f704
|
first pass at a working install.php
|
2009-02-28 20:33:22 -08:00 |
|
Evan Prodromou
|
1d610d3c6f
|
don't use semicolons in comments
|
2009-02-28 20:32:53 -08:00 |
|
Evan Prodromou
|
b70218dc43
|
automatically handle non-laconica-named databases
|
2009-02-28 20:32:31 -08:00 |
|
ken.sedgwick
|
7fa6bb07d8
|
Added some missing php dependencies.
Made the avatar directory apache owned.
|
2009-02-28 20:13:37 -08:00 |
|
Evan Prodromou
|
c77bb62f2d
|
show a form for installation
|
2009-02-28 17:42:27 -08:00 |
|
Evan Prodromou
|
f0d3ba2bc2
|
Add a flag for if there's no config file
|
2009-02-28 17:42:12 -08:00 |
|
ken.sedgwick
|
3bf485ec95
|
Switched tarball ext ".bz2" -> ".gz" in spec file.
|
2009-02-28 17:35:36 -08:00 |
|
ken.sedgwick
|
83b084e4ce
|
Added RPM spec file.
|
2009-02-28 17:33:20 -08:00 |
|
Evan Prodromou
|
99d8fea394
|
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
|
2009-02-28 15:18:06 -08:00 |
|
Evan Prodromou
|
0369946b6d
|
fix problem with dupe tags in profile
|
2009-02-28 15:17:49 -08:00 |
|
Sarven Capadisli
|
0a96edac9c
|
Slightly toned down the text-shadow on navigation
|
2009-02-28 23:10:40 +00:00 |
|
Adrian Lang
|
d92beda526
|
Add route for new message to user.
|
2009-02-27 15:45:24 -08:00 |
|
Adrian Lang
|
3f7d70c5e4
|
Hopefully fixes #1260: Mess with norwegian languages. Moreover corrected ltr/rtl for Italian and Hebrew and added Finnish.
|
2009-02-27 15:45:11 -08:00 |
|