quix0rs-gnu-social.git
8 years agoBackward-compatiblity hack for PHP 5.4 installations. backward-compatiblity/php-5.4
Roland Haeder [Sat, 4 Jul 2015 14:29:29 +0000 (16:29 +0200)]
Backward-compatiblity hack for PHP 5.4 installations.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoMerge remote-tracking branch 'upstream/master' into social-master
Roland Haeder [Sat, 4 Jul 2015 00:37:49 +0000 (02:37 +0200)]
Merge remote-tracking branch 'upstream/master' into social-master

8 years agoMerge branch 'social-master' into rewrites-master/type-hints-asserts
Roland Haeder [Fri, 3 Jul 2015 23:30:12 +0000 (01:30 +0200)]
Merge branch 'social-master' into rewrites-master/type-hints-asserts

8 years agoFound these missing, still there is one that says 'Action' as type-hint. Please inves...
Roland Haeder [Fri, 3 Jul 2015 23:29:39 +0000 (01:29 +0200)]
Found these missing, still there is one that says 'Action' as type-hint. Please investigate.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoIf so, then .gitmodules ... ;-)
Roland Haeder [Fri, 3 Jul 2015 22:27:54 +0000 (00:27 +0200)]
If so, then .gitmodules ... ;-)

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoIgnore .gitmodule ???
Roland Haeder [Fri, 3 Jul 2015 22:24:25 +0000 (00:24 +0200)]
Ignore .gitmodule ???

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoRemoved modules as the 'local/' path should be used for such things.
Roland Haeder [Fri, 3 Jul 2015 22:11:26 +0000 (00:11 +0200)]
Removed modules as the 'local/' path should be used for such things.

Signed-off-by: Roland Haeder <roland@mxchange.org>
8 years agoForgot NoticestreamAction, thanks roland.
Mikael Nordfeldth [Fri, 3 Jul 2015 22:02:05 +0000 (00:02 +0200)]
Forgot NoticestreamAction, thanks roland.

8 years agoMerge branch 'master' of https://git.gnu.io/gnu/gnu-social into social-master
Roland Haeder [Fri, 3 Jul 2015 20:21:00 +0000 (22:21 +0200)]
Merge branch 'master' of https://git.gnu.io/gnu/gnu-social into social-master

+ kept type-hint 'array' for $data parameter (long tested and working).

Signed-off-by: Roland Haeder <roland@mxchange.org>
Conflicts:
actions/apiaccountratelimitstatus.php
actions/public.php
actions/userbyid.php
classes/File_redirection.php
lib/apioauthaction.php
lib/clienterroraction.php
lib/servererroraction.php
plugins/OpenID/actions/publicxrds.php
plugins/RequireValidatedEmail/RequireValidatedEmailPlugin.php

8 years agoStronger typing and fixes in RequireValidatedEmail
Mikael Nordfeldth [Fri, 3 Jul 2015 08:17:15 +0000 (10:17 +0200)]
Stronger typing and fixes in RequireValidatedEmail

8 years agoonly variables can be sent by reference (strict standards)
Mikael Nordfeldth [Thu, 25 Jun 2015 18:13:27 +0000 (20:13 +0200)]
only variables can be sent by reference (strict standards)

8 years agonon-static method was called statically, now defined static
Mikael Nordfeldth [Tue, 23 Jun 2015 11:24:19 +0000 (13:24 +0200)]
non-static method was called statically, now defined static

8 years agostricter typing in GroupsNav menu widget
Mikael Nordfeldth [Tue, 23 Jun 2015 10:56:19 +0000 (12:56 +0200)]
stricter typing in GroupsNav menu widget

8 years agoSelftagWidget had mismatching url() definition
Mikael Nordfeldth [Tue, 23 Jun 2015 10:37:00 +0000 (12:37 +0200)]
SelftagWidget had mismatching url() definition

8 years agoFeedList widget had mismatching show() definition
Mikael Nordfeldth [Tue, 23 Jun 2015 10:26:44 +0000 (12:26 +0200)]
FeedList widget had mismatching show() definition

8 years agoAccessibility fix, make yes button more explicit
Mikael Nordfeldth [Mon, 22 Jun 2015 21:40:51 +0000 (23:40 +0200)]
Accessibility fix, make yes button more explicit

8 years agoLess redundant code, please
Mikael Nordfeldth [Sat, 20 Jun 2015 23:37:29 +0000 (01:37 +0200)]
Less redundant code, please

8 years agoMerge branch 'plugins-documentation' into 'nightly'
mmn [Sat, 20 Jun 2015 22:49:31 +0000 (22:49 +0000)]
Merge branch 'plugins-documentation' into 'nightly'

Plugins documentation

* Bring content from https://web.archive.org/web/20140821102047/http://status.net/wiki/HOWTO_Make_a_Plugin
* Point link on Plugins Admin Panel page to plugins/README.md ( Ref #53 )
* Add link to "Community Plugins"

See merge request !19

8 years agoMerge branch 'remove_broken_plugins_from_default' into 'nightly'
mmn [Sat, 20 Jun 2015 22:48:49 +0000 (22:48 +0000)]
Merge branch 'remove_broken_plugins_from_default' into 'nightly'

Drop QnA from default plugins

Since it doesn't work (at least at the moment) it shouldn't be proposed as default plugin

See merge request !15

8 years agoMerge branch 'drop_corporate_text' into 'nightly'
mmn [Sat, 20 Jun 2015 22:48:31 +0000 (22:48 +0000)]
Merge branch 'drop_corporate_text' into 'nightly'

Drop corporate text plus minor rewording

Following [this discussion](https://gnusocial.no/conversation/190441#notice-190441) I only fixed corporate-only occurrences. I suggest People instead of User directory. Moreover I fixed a minor inconsistency (Trends should be preferred to Trending topics).

The full locale folder should be fixed once we have digitaldreamer's feedback. But we can at least start from this.

See merge request !16

8 years agoMerge branch 'character_count' into 'nightly'
mmn [Sat, 20 Jun 2015 22:47:22 +0000 (22:47 +0000)]
Merge branch 'character_count' into 'nightly'

Fix #31 character count floats in replies

See merge request !17

8 years agoimplement javascript callbacks (no remove yet)
Mikael Nordfeldth [Sun, 14 Jun 2015 21:14:00 +0000 (23:14 +0200)]
implement javascript callbacks (no remove yet)

8 years agooops forgot an alert()
Mikael Nordfeldth [Sun, 14 Jun 2015 20:04:57 +0000 (22:04 +0200)]
oops forgot an alert()

8 years agoMove some javascript out to an E (Event) object
Mikael Nordfeldth [Sun, 14 Jun 2015 19:57:39 +0000 (21:57 +0200)]
Move some javascript out to an E (Event) object

8 years agoAdd link to 'community plugins'
chimo [Sun, 14 Jun 2015 16:05:54 +0000 (12:05 -0400)]
Add link to 'community plugins'

8 years agoDocumentation about plugins
chimo [Sun, 14 Jun 2015 15:59:46 +0000 (11:59 -0400)]
Documentation about plugins

* Content in plugins/doc/Plugin_development.md from:
https://web.archive.org/web/20140821102047/http://status.net/wiki/HOWTO_Make_a_Plugin

* Point link on Plugins Admin Panel page to plugins/README.md

8 years agoMerge branch 'master' of https://git.gnu.io/aroque/gnu-social into social-master
Roland Haeder [Sat, 13 Jun 2015 10:02:30 +0000 (12:02 +0200)]
Merge branch 'master' of https://git.gnu.io/aroque/gnu-social into social-master

8 years agoNo reason to have makeRegex protected
Mikael Nordfeldth [Fri, 12 Jun 2015 15:15:39 +0000 (17:15 +0200)]
No reason to have makeRegex protected

8 years agoFix #31 character count floats in replies
aroquen [Sun, 7 Jun 2015 20:44:33 +0000 (22:44 +0200)]
Fix #31 character count floats in replies

8 years agoRewording: trends instead of trending topics for consistency with other occurrences
aroquen [Sun, 7 Jun 2015 20:28:19 +0000 (22:28 +0200)]
Rewording: trends instead of trending topics for consistency with other occurrences

8 years agoRewording: people instead of user directory
aroquen [Sun, 7 Jun 2015 20:27:31 +0000 (22:27 +0200)]
Rewording: people instead of user directory

8 years agoNo corporate-only strings in code base anymore
aroquen [Sun, 7 Jun 2015 20:24:14 +0000 (22:24 +0200)]
No corporate-only strings in code base anymore

8 years agoDrop QnA from default plugins
aroquen [Sun, 7 Jun 2015 12:05:51 +0000 (14:05 +0200)]
Drop QnA from default plugins

8 years agoMerge branch 'master' of git.gnu.io:aroque/gnu-social
aroquen [Sun, 7 Jun 2015 10:59:57 +0000 (12:59 +0200)]
Merge branch 'master' of git.gnu.io:aroque/gnu-social

8 years agoFile-related functions not declared static
Mikael Nordfeldth [Sun, 7 Jun 2015 07:52:48 +0000 (09:52 +0200)]
File-related functions not declared static

8 years agoAnother function not matching parent declaration
Mikael Nordfeldth [Sun, 7 Jun 2015 07:26:12 +0000 (09:26 +0200)]
Another function not matching parent declaration

8 years agoMerge branch 'subscribers_as_addressees' into 'nightly'
mmn [Sat, 6 Jun 2015 21:14:50 +0000 (21:14 +0000)]
Merge branch 'subscribers_as_addressees' into 'nightly'

Add subscribers as addressees to toselector

Populate the dropdown recipient menu first with groups, then with followed users. There is no alphabetical sorting (perhaps to be added later?). See this discussion https://gnusocial.no/conversation/190705#notice-190705. Thanks to @chimo.

Hope it is good now.

See merge request !14

8 years agoShow nickname if user has oldschool option enabled
Chimo [Sat, 6 Jun 2015 17:49:16 +0000 (13:49 -0400)]
Show nickname if user has oldschool option enabled

8 years agoAdd subscribed users to dropdown menu.
aroquen [Sat, 6 Jun 2015 13:15:10 +0000 (15:15 +0200)]
Add subscribed users to dropdown menu.

8 years agoMerge branch 'doc-src' into 'nightly'
mmn [Sat, 6 Jun 2015 20:27:00 +0000 (20:27 +0000)]
Merge branch 'doc-src' into 'nightly'

Small updates to doc-src files

* Remove mentions of GTalk since it's been replaced by Hangouts which doesn't do XMPP
* Update URLS, use HTTPS where possible

See merge request !11

8 years agoMerge branch 'nightly' into 'nightly'
mmn [Sat, 6 Jun 2015 20:20:52 +0000 (20:20 +0000)]
Merge branch 'nightly' into 'nightly'

fixed realtime action buttons and marker in base, adjusted settings in neo-quitter

fixed realtime action buttons and marker in base so that all neo themes benefit from it, adjusted settings in neo-quitter

See merge request !12

8 years agoMerge branch 'hackfest' into nightly
Mikael Nordfeldth [Sat, 6 Jun 2015 20:15:39 +0000 (22:15 +0200)]
Merge branch 'hackfest' into nightly

8 years agoFunction declarations not matching their parents
Mikael Nordfeldth [Sat, 6 Jun 2015 20:14:56 +0000 (22:14 +0200)]
Function declarations not matching their parents

8 years agoPlugins didn't match lib/plugin.php onPluginVersion function definition
Mikael Nordfeldth [Sat, 6 Jun 2015 20:04:01 +0000 (22:04 +0200)]
Plugins didn't match lib/plugin.php onPluginVersion function definition

I ran:
for i in `grep -R onPluginVersion...version plugins/|cut -d: -f1`; do sed -i '{ s/\(onPluginVersion(\)\(\&\$versions\)/\1array \2/ }' $i; done

8 years agoApiOAuthAction functions didn't match parents
Mikael Nordfeldth [Sat, 6 Jun 2015 19:57:42 +0000 (21:57 +0200)]
ApiOAuthAction functions didn't match parents

8 years agoEndActionExecute event should only run if the Action is not overridden
Mikael Nordfeldth [Sat, 6 Jun 2015 18:13:11 +0000 (20:13 +0200)]
EndActionExecute event should only run if the Action is not overridden

8 years agoDB_DataObject delete function calls PEAR::isError directly, ignore E_STRICT
Mikael Nordfeldth [Sat, 6 Jun 2015 18:01:03 +0000 (20:01 +0200)]
DB_DataObject delete function calls PEAR::isError directly, ignore E_STRICT

8 years agoGS_DataObject overrides DB_DataObject insert() too
Mikael Nordfeldth [Sat, 6 Jun 2015 17:59:01 +0000 (19:59 +0200)]
GS_DataObject overrides DB_DataObject insert() too

8 years agojoinAdd calls DB_DataObject::factory directly so no GS_DataObject override
Mikael Nordfeldth [Sat, 6 Jun 2015 17:41:23 +0000 (19:41 +0200)]
joinAdd calls DB_DataObject::factory directly so no GS_DataObject override

8 years agoDB_DataObject recommends using ->tableName()
Mikael Nordfeldth [Sat, 6 Jun 2015 17:35:10 +0000 (19:35 +0200)]
DB_DataObject recommends using ->tableName()

8 years agoDB_DataObject v1.11.4 made some functions static (finally!)
Mikael Nordfeldth [Sat, 6 Jun 2015 17:30:53 +0000 (19:30 +0200)]
DB_DataObject v1.11.4 made some functions static (finally!)

8 years agofixed realtime action buttons and marker in base, adjusted settings in neo-quitter
Marcus Moeller [Sat, 6 Jun 2015 17:18:20 +0000 (19:18 +0200)]
fixed realtime action buttons and marker in base, adjusted settings in neo-quitter

8 years agoDB_DataObject v1.11.4, finally!
Mikael Nordfeldth [Sat, 6 Jun 2015 17:13:57 +0000 (19:13 +0200)]
DB_DataObject v1.11.4, finally!

8 years agoMITM the DB_DataObject to avoid PEAR::DB strict standards warnings
Mikael Nordfeldth [Sat, 6 Jun 2015 16:29:15 +0000 (18:29 +0200)]
MITM the DB_DataObject to avoid PEAR::DB strict standards warnings

8 years agoFound a remnant staticGet call
Mikael Nordfeldth [Sat, 6 Jun 2015 15:39:25 +0000 (17:39 +0200)]
Found a remnant staticGet call

8 years agoDiaspora-compatible Salmon slap receival
Mikael Nordfeldth [Sat, 6 Jun 2015 15:14:01 +0000 (17:14 +0200)]
Diaspora-compatible Salmon slap receival

We're not all the way there yet, there is something which seems to bugger
up profile discovery from their end.

8 years agoDiaspora doesn't understand our Salmon POST, so send again
Mikael Nordfeldth [Sat, 6 Jun 2015 14:57:29 +0000 (16:57 +0200)]
Diaspora doesn't understand our Salmon POST, so send again

8 years agoOStatus update-profile.php script now finds Diaspora salmon URLs
Mikael Nordfeldth [Sat, 6 Jun 2015 14:18:22 +0000 (16:18 +0200)]
OStatus update-profile.php script now finds Diaspora salmon URLs

8 years agoMoved FeedSubException parent class to own file
Mikael Nordfeldth [Sat, 6 Jun 2015 14:02:25 +0000 (16:02 +0200)]
Moved FeedSubException parent class to own file

8 years agoMaintainer change for Ostatus_profile
Mikael Nordfeldth [Sat, 6 Jun 2015 13:58:08 +0000 (15:58 +0200)]
Maintainer change for Ostatus_profile

8 years agodoc-src: Update URLs
Chimo [Sat, 6 Jun 2015 13:12:30 +0000 (09:12 -0400)]
doc-src: Update URLs

8 years ago"im" doc-src: GTalk has been deprecated
Chimo [Sat, 6 Jun 2015 13:10:42 +0000 (09:10 -0400)]
"im" doc-src: GTalk has been deprecated

8 years agoInclude the Diaspora GUID string in our XRD metadata
Mikael Nordfeldth [Sat, 6 Jun 2015 12:49:39 +0000 (14:49 +0200)]
Include the Diaspora GUID string in our XRD metadata

8 years agoDiaspora seeds tend to give the key type in 'type' attribute
Mikael Nordfeldth [Sat, 6 Jun 2015 12:46:17 +0000 (14:46 +0200)]
Diaspora seeds tend to give the key type in 'type' attribute

8 years agoMagicsig gets toFingerprint output
Mikael Nordfeldth [Sat, 6 Jun 2015 12:35:48 +0000 (14:35 +0200)]
Magicsig gets toFingerprint output

We give this as a lowercase, sha256 hexadecimal digest of the string:
TYPE + "." + BASE64(modulus as bytes) + "." + BASE64(exponent as bytes)

Where TYPE in all our cases up until now at least are "RSA"

8 years agoMagicsig gets toFingerprint function.
Mikael Nordfeldth [Sat, 6 Jun 2015 12:33:43 +0000 (14:33 +0200)]
Magicsig gets toFingerprint function.

8 years agoMoved Diaspora specific metadata to own plugin
Mikael Nordfeldth [Sat, 6 Jun 2015 11:49:27 +0000 (13:49 +0200)]
Moved Diaspora specific metadata to own plugin

8 years agoMerge branch 'tagprofile-ajax-fix' into 'nightly'
mmn [Sat, 6 Jun 2015 10:26:43 +0000 (10:26 +0000)]
Merge branch 'tagprofile-ajax-fix' into 'nightly'

Only serve tagprofile HTML if we aren't POSTing via ajax

This fixes an issue where POSTing the selftag form in the
profile_block sidebar via AJAX would generate an XML response
containing both the content from doPost() and showPage(),
resulting in invalid XML.

These changes make it so that if we're POSTing via AJAX,
we serve content from doPost(), otherwise we serve showPage()
but never both.

See merge request !8

8 years agoOnly serve tagprofile HTML if we aren't POSTing via ajax
Chimo [Sat, 6 Jun 2015 04:22:14 +0000 (00:22 -0400)]
Only serve tagprofile HTML if we aren't POSTing via ajax

This fixes an issue where POSTing the selftag form in the
profile_block sidebar via AJAX would generate an XML response
containing both the content from doPost() and showPage(),
resulting in invalid XML.

These changes make it so that if we're POSTing via AJAX,
we serve content from doPost(), otherwise we serve showPage()
but never both.

8 years agoMerge branch 'threaded_replies_nightly' into 'nightly'
mmn [Fri, 5 Jun 2015 22:38:13 +0000 (22:38 +0000)]
Merge branch 'threaded_replies_nightly' into 'nightly'

Fix threaded replies floating

Following Marcus fixes for neo-quitter, I think the floating of replies should be fixed directly in the base theme. What do you think? This issue affects all derived themes (although sometimes only marginally) see https://gnusocial.no/conversation/126588.

These commits implement some of Marcus floating fixes directly in base plus the fav, reply icons are better aligned with the permalink and timestamp (notice-options change).

See merge request !7

8 years agoThreaded replies and conversations do not float left
aroquen [Fri, 5 Jun 2015 21:04:07 +0000 (23:04 +0200)]
Threaded replies and conversations do not float left

8 years agoAlign notice-options with timestamp and permalink
aroquen [Fri, 5 Jun 2015 21:05:13 +0000 (23:05 +0200)]
Align notice-options with timestamp and permalink

8 years agoMerge branch 'nightly' into 'nightly'
mmn [Fri, 5 Jun 2015 21:44:49 +0000 (21:44 +0000)]
Merge branch 'nightly' into 'nightly'

Updated neo-quitter

Updated neo-quitter to match the colors of the default theme
Fixed alignment issues
Changed threaded view to inline in order to make it more readable

See merge request !6

8 years agofloating elements CSS fix by aroque
Mikael Nordfeldth [Fri, 5 Jun 2015 21:44:59 +0000 (23:44 +0200)]
floating elements CSS fix by aroque

8 years agobuttle's local/plugins translation file fix
Mikael Nordfeldth [Fri, 5 Jun 2015 21:43:28 +0000 (23:43 +0200)]
buttle's local/plugins translation file fix

8 years agoMerge request for documentation and URLs
Mikael Nordfeldth [Fri, 5 Jun 2015 21:16:22 +0000 (23:16 +0200)]
Merge request for documentation and URLs

8 years agoMerge branch 'nightly' into 'nightly'
mmn [Fri, 5 Jun 2015 21:10:53 +0000 (21:10 +0000)]
Merge branch 'nightly' into 'nightly'

Fixing broken links during end of installation #26 - https://git.gnu.io/gnu/gnu-social/issues/26

See merge request !2

8 years agoTextarea resizes only vertically.
aroquen [Sun, 24 May 2015 22:31:55 +0000 (00:31 +0200)]
Textarea resizes only vertically.

8 years agoExtensions of GalleryActions enabled again (nickname check)
Mikael Nordfeldth [Fri, 5 Jun 2015 19:50:00 +0000 (21:50 +0200)]
Extensions of GalleryActions enabled again (nickname check)

8 years agosome more extensions of ShowstreamAction broke in last commit
Mikael Nordfeldth [Fri, 5 Jun 2015 19:49:34 +0000 (21:49 +0200)]
some more extensions of ShowstreamAction broke in last commit

8 years agoModPlus plugin now links to remote profiles with UserbyidAction
Mikael Nordfeldth [Fri, 5 Jun 2015 19:30:50 +0000 (21:30 +0200)]
ModPlus plugin now links to remote profiles with UserbyidAction

8 years agoAllow showing profiles with UserbyidAction (/user/:id)
Mikael Nordfeldth [Fri, 5 Jun 2015 19:24:41 +0000 (21:24 +0200)]
Allow showing profiles with UserbyidAction (/user/:id)

8 years agoMerge branch 'nightly' of git.gnu.io:gnu/gnu-social into nightly
abjectio [Fri, 5 Jun 2015 18:57:28 +0000 (20:57 +0200)]
Merge branch 'nightly' of git.gnu.io:gnu/gnu-social into nightly

8 years agoimproved favocin
root [Fri, 5 Jun 2015 17:12:17 +0000 (19:12 +0200)]
improved favocin

8 years agoupdated favicon color
Marcus Moeller [Fri, 5 Jun 2015 15:08:35 +0000 (17:08 +0200)]
updated favicon color

8 years agouse none instead of unset
Marcus Moeller [Fri, 5 Jun 2015 14:54:55 +0000 (16:54 +0200)]
use none instead of unset

8 years agoeven display threads inline if no user is logged in
Marcus Moeller [Fri, 5 Jun 2015 14:47:41 +0000 (16:47 +0200)]
even display threads inline if no user is logged in

8 years agoset threaded view to inline to make it more readable
Marcus Moeller [Fri, 5 Jun 2015 14:37:34 +0000 (16:37 +0200)]
set threaded view to inline to make it more readable

8 years agoupdated neo-quitter colours to match the default theme, fixed some alignment and...
Marcus Moeller [Fri, 5 Jun 2015 14:21:04 +0000 (16:21 +0200)]
updated neo-quitter colours to match the default theme, fixed some alignment and margin issues

8 years ago$this->client_ip was not always set in AntiBrutePlugin onEndCheckPassword
Mikael Nordfeldth [Fri, 5 Jun 2015 13:34:14 +0000 (15:34 +0200)]
$this->client_ip was not always set in AntiBrutePlugin onEndCheckPassword

8 years agoGROUPS_PER_MINILIST was undefined in profileaction.php
Mikael Nordfeldth [Fri, 5 Jun 2015 12:07:03 +0000 (14:07 +0200)]
GROUPS_PER_MINILIST was undefined in profileaction.php

8 years agoNetwork wide feed link would NEVER show!
Mikael Nordfeldth [Fri, 5 Jun 2015 12:01:03 +0000 (14:01 +0200)]
Network wide feed link would NEVER show!

8 years agoOops, don't forget to remove var_dump(...)
Mikael Nordfeldth [Thu, 4 Jun 2015 20:34:28 +0000 (22:34 +0200)]
Oops, don't forget to remove var_dump(...)

8 years agoModernize File_redirection to use Managed_DataObject functions
Mikael Nordfeldth [Thu, 4 Jun 2015 20:33:36 +0000 (22:33 +0200)]
Modernize File_redirection to use Managed_DataObject functions

8 years agoModernize File_thumbnail to use Managed_DataObject functions
Mikael Nordfeldth [Thu, 4 Jun 2015 20:29:40 +0000 (22:29 +0200)]
Modernize File_thumbnail to use Managed_DataObject functions

8 years agoModernize Queue_item to use Managed_DataObject functions
Mikael Nordfeldth [Thu, 4 Jun 2015 20:27:53 +0000 (22:27 +0200)]
Modernize Queue_item to use Managed_DataObject functions

8 years agoModernize Profile_prefs to use Managed_DataObject functions
Mikael Nordfeldth [Thu, 4 Jun 2015 20:26:31 +0000 (22:26 +0200)]
Modernize Profile_prefs to use Managed_DataObject functions

8 years agoModernize File_to_post to use Managed_DataObject functions
Mikael Nordfeldth [Thu, 4 Jun 2015 20:22:49 +0000 (22:22 +0200)]
Modernize File_to_post to use Managed_DataObject functions

8 years agogetByPK (primary key) lookup for Managed_DataObject instances
Mikael Nordfeldth [Thu, 4 Jun 2015 20:17:40 +0000 (22:17 +0200)]
getByPK (primary key) lookup for Managed_DataObject instances

8 years agoEasier pkeyCols call to get primary key columns
Mikael Nordfeldth [Thu, 4 Jun 2015 19:51:56 +0000 (21:51 +0200)]
Easier pkeyCols call to get primary key columns