Marcus Moeller
1fcb7afd3a
fixed alignment of textarea
...
fixed event view
2015-02-13 23:09:34 +01:00
Marcus Moeller
fe14c64e5e
just make sure that input box and input box label are the same color
2015-02-13 18:09:43 +01:00
Marcus Moeller
107ca92458
use Genericons and fontawesome instead of images
2015-02-13 18:00:57 +01:00
buttle
9a8ccbaef2
Call HomeStubNav instead of duplicating code
...
adminpanelnav.php adds a homeStub but does not use the code created for the job.
2015-02-13 16:38:22 +01:00
buttle
d0347bb98f
Removing home stub if empty
...
Added an Event HomeStubNavItems
menu->subMenu() returns false if empty
2015-02-13 16:26:41 +01:00
Mikael Nordfeldth
61992dd9a2
CSS to align the notice footer (thanks fnadde42)
2015-02-13 12:10:25 +01:00
Mikael Nordfeldth
b3e80f5c32
Updated README.md and framework.php
2015-02-13 12:09:12 +01:00
Mikael Nordfeldth
6620ad793a
Deja vu of user->getProfile() from 4f9b70d
2015-02-13 11:55:37 +01:00
Mikael Nordfeldth
e9457db8b2
DirectMessages backed up properly for UAS
2015-02-13 11:54:15 +01:00
Mikael Nordfeldth
44191ac81a
Faves backed up properly to UAS
2015-02-13 11:52:29 +01:00
Mikael Nordfeldth
4f9b70d51f
Profile expected in Notice::asActivity from UAS
2015-02-13 11:41:21 +01:00
Mikael Nordfeldth
cdf2b28854
UAS protected property user solved with getUser()
2015-02-13 11:39:50 +01:00
Mikael Nordfeldth
a063bb43a8
EndSetApiUser will always contain a User
2015-02-13 01:19:59 +01:00
Marcus Moeller
3fcb79bc1e
moved profile/group patch from core to profile_list
2015-02-12 23:07:49 +01:00
Marcus Moeller
41da1d6403
updated neo-quitter favicon to match the theme style
2015-02-12 22:55:01 +01:00
Mikael Nordfeldth
69e04e5cbd
extlib Michelf\Markdown updated 1.4.0 to 1.4.1
2015-02-12 22:46:25 +01:00
Mikael Nordfeldth
a66973e158
DB_DataObject updated to 1.11.3
2015-02-12 22:42:10 +01:00
Mikael Nordfeldth
10f2cde0b1
DB updated to 1.8.2
2015-02-12 22:42:00 +01:00
Marcus Moeller
41baba9ed3
lock icon style fixed to match quitter style
2015-02-12 22:26:34 +01:00
Mikael Nordfeldth
35a9c65e4a
htmLawed extlib updated from 1.1.16 to 1.1.19
2015-02-12 21:50:21 +01:00
Mikael Nordfeldth
2f86cd8602
utf8mb4 conversion on database with index adjusts
2015-02-12 18:18:55 +01:00
Mikael Nordfeldth
f5bb0431da
schemaDef coding style fixes
2015-02-12 17:45:02 +01:00
Mikael Nordfeldth
13f1c2cc55
Missing uri property of QnA_Answer class
2015-02-12 17:44:05 +01:00
Mikael Nordfeldth
5478e387db
Added note on socialfying for HTTPS sites.
2015-02-12 11:08:08 +01:00
Mikael Nordfeldth
2688b45b57
Merge commit 'refs/merge-requests/43' of https://gitorious.org/social/mainline into merge-requests/43
2015-02-12 11:03:39 +01:00
Mikael Nordfeldth
68df780c59
Clarify in INSTALL that MySQL must be 5.5+
...
lib/installer.php already said that when installing.
2015-02-12 10:41:55 +01:00
Marcus Moeller
a1061c7145
fixed neo-quitter web view
2015-02-11 09:58:28 +01:00
Adam Moore
7fb02674e5
Deleting redundant file.
2015-02-10 16:49:44 -08:00
Adam Moore
36d00ead33
Webfinger instructions were incomplete/erroneous -- now they are not.
2015-02-10 16:36:32 -08:00
buttle
2a0a0287d4
Added EVENT to homestubnav
...
Changed menu->submenu(). if (! $menu->getItems()) then do nothing
2015-02-10 19:20:01 +01:00
Mikael Nordfeldth
a45cdae083
Merge commit 'refs/merge-requests/41' of https://gitorious.org/social/mainline into merge-requests/41
2015-02-10 18:41:18 +01:00
Chimo
7cea3f9f11
Add 'statusnet_textarea' backward-compatibility
2015-02-10 10:53:24 -05:00
Mikael Nordfeldth
b52b9e1201
Merge commit 'refs/merge-requests/40' of https://gitorious.org/social/mainline into merge-requests/40
2015-02-10 00:30:20 +01:00
Chimo
56d431320d
Replace one instance of LOG_ERR with LOG_DEBUG
2015-02-09 18:08:46 -05:00
Chimo
d816af9aa9
Prepopulate newnotice from URL arg
2015-02-09 18:06:26 -05:00
Mikael Nordfeldth
8726839372
GNU social SVG logo added to neo-gnu
2015-02-09 21:44:01 +01:00
Mikael Nordfeldth
3e0f395be6
neo-quitter unuglifying (thanks @marcus@gnusocial.ch )
...
also formatting changes to the CSS like removing trailing whitespace.
2015-02-09 20:26:39 +01:00
Mikael Nordfeldth
dc495a52ea
Merge commit 'refs/merge-requests/39' of https://gitorious.org/social/mainline into merge-requests/39
2015-02-09 11:35:19 +01:00
Chimo
74d4e2fa10
TwitterBridge: don't array_merge() non-arrays
...
Fixes: ErrorException: [2] array_merge(): Argument #2 is not an array
2015-02-08 20:11:50 -05:00
Chimo
55321af4c8
Make TwitterBridge less noisy
...
Empty timelines are no longer warnings, but debug information
2015-02-08 20:07:23 -05:00
Mikael Nordfeldth
8616055959
Can now delete lists/peopletags (thanks MrB)
...
Reported on https://bugz.foocorp.net/T79
Fix by MrB: https://gist.github.com/mrvdb/0f5d84c9b56c0a390c4a
2015-02-08 23:48:35 +01:00
Mikael Nordfeldth
3a41dc4610
Merge commit 'refs/merge-requests/37' of https://gitorious.org/social/mainline into merge-requests/37
2015-02-08 23:21:28 +01:00
Mikael Nordfeldth
c6b1b3e5e3
Merge commit 'refs/merge-requests/30' of https://gitorious.org/social/mainline into merge-requests/30
2015-02-08 23:19:53 +01:00
Mikael Nordfeldth
fb9d32a8af
Merge commit 'refs/merge-requests/31' of https://gitorious.org/social/mainline into merge-requests/31
2015-02-08 23:18:36 +01:00
Mikael Nordfeldth
39dce9e348
Merge commit 'refs/merge-requests/36' of https://gitorious.org/social/mainline into merge-requests/36
2015-02-08 23:11:47 +01:00
Chimo
e02bd34d26
Populate 'created' property on attention
...
The 'created' column in attention SQL table has NOT NULL
restriction.
2015-02-08 14:47:03 -05:00
Chimo
11053431d6
Populate 'created' property on ostatus_source
...
The 'created' column in ostatus_source SQL table has NOT NULL restriction.
INSERTs fail when running MySQL/MariaDB in strict mode if this is not
populated.
2015-02-08 13:41:29 -05:00
Mikael Nordfeldth
427a6e39ee
added non-critical FIXMEs
2015-02-08 15:33:14 +01:00
Mikael Nordfeldth
59bbc81c4b
updateWithKeys did not always COMMIT transactions
2015-02-08 15:17:50 +01:00
Mikael Nordfeldth
305ef6ad85
Older versions of PHP couldn't do array indexes on function returns.
2015-02-08 11:53:47 +01:00