2013-09-02 |
Mikael Nordfeldth | IMPORTANT: parent::handlePost() in NewnoticeAction |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Mikael Nordfeldth | NewnoticeAction converted to extend FormAction |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Mikael Nordfeldth | Conforming to code layout |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Mikael Nordfeldth | Proper definition of $args array in NewgroupAction... |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Mikael Nordfeldth | NewgroupAction converted to extend FormAction |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Mikael Nordfeldth | Added a FormAction extension |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Mikael Nordfeldth | handle no longer uses $argarray or $args |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Mikael Nordfeldth | Preparing more object-oriented Action handling |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Thomas Johnson | db/core.php lacked User_username (Issue 3299) |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Mikael Nordfeldth | Fixed comment description in STS plugin |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Mikael Nordfeldth | Changes to GNUsocial plugins |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Mikael Nordfeldth | removing empty "planned" GNU Social plugins |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Mikael Nordfeldth | Moved multiGet into Managed_DataObject |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Mikael Nordfeldth | Stronger typing, require array where param array |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Mikael Nordfeldth | pivotGet moved into Managed_DataObject |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Mikael Nordfeldth | Syntax error in XMPP config example |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Mikael Nordfeldth | plugins onAutoload now only overloads if necessary... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Mikael Nordfeldth | More info for a proper, fancy-url lighttpd setup |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Mikael Nordfeldth | Woops, forgot auto_increment (comes with 'serial') |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Mikael Nordfeldth | GNU Social extensions fixes (please read note) |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Mikael Nordfeldth | IMPORTANT - fixed HubSub to properly fetch primary... |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Mikael Nordfeldth | OStatus classes now has modern schemaDef |
commit | commitdiff | tree | snapshot |
2013-08-21 |
Mikael Nordfeldth | IMPORTANT: Making prev. Memcached_DataObject working... |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Mikael Nordfeldth | We can now do late static binding (PHP >= 5.3) |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Mikael Nordfeldth | Unnecessary UTF-8 declaration for database |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Mikael Nordfeldth | Further static declarations of functions |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Mikael Nordfeldth | Class wasn't used anywhere, and file contained wrong... |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Mikael Nordfeldth | Don't use DB_DataObject::factory (statically at least) |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Mikael Nordfeldth | Managed_DataObject now has listGet for all classes |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Mikael Nordfeldth | Properly definingStatusNet class static functions with... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Mikael Nordfeldth | Added shared default plugin list between profiles |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Mikael Nordfeldth | IMPORTANT - fixed Magicsig to properly overload getKV... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Mikael Nordfeldth | Memcached_DataObject::multicache is now properly define... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Mikael Nordfeldth | pkeyGet is now static and more similar to getKV |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Mikael Nordfeldth | Magicsig class now Managed_DataObject with nicer schemaDef |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Mikael Nordfeldth | Bookmark class now has schemaDef (for Managed_DataObject) |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Mikael Nordfeldth | The overloaded DB_DataObject function staticGet is... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Mikael Nordfeldth | Updating all Memcached_DataObject extended classes... |
commit | commitdiff | tree | snapshot |
2013-08-18 |
Mikael Nordfeldth | Some statically called functions in plugins now declare... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | Plugins with classes that extend Managed_DataObject... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | staticGet for sub-Managed_DataObject classes now calls... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | Managed_DataObject gets dynamic class detection for... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | staticGet is a static function |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | No need for newline when running 'echo' |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | Default to NOT ask for current location for new users |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | printf tries to evaluate "%" in paths, echo does not |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | Automatic memcache support enabler for config |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | Added SSL option to web and cli installers |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | visual presentation of group's homepage href was its... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | fix typo on provider_url |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | letting the noticeform at the top show, to fix broken... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | Added author name to modified file |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | _m function for translation seems to be what we use |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | Issue 3636 request clarity for users without validated... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | new plugin to check, store and migrate password hashes... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | comparing a url scheme should be done case insensitively |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | if parameters are not 0, null then limit will be PROFIL... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | added missing return statement after showForm call |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | Merge commit 'refs/merge-requests/230' of git://gitorio... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | Update to DB_DataObject 1.11.2 |
commit | commitdiff | tree | snapshot |
2013-08-12 |
Mikael Nordfeldth | Merge remote-tracking branch 'statusnet/master' |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Evan Prodromou | Merge branch '1.1.x' |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Evan Prodromou | Fix broken Italian translation in facebook bridge |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Evan Prodromou | Upgrade version number |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Evan Prodromou | Upgrade version number |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Evan Prodromou | Merge 1.1.x into master |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Joshua Wise | Escape argument to prevent SQL injection attack in |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Joshua Wise | Escape argument to User::getTaggedSubscribers() to... |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Joshua Wise | Escape query parameters in Profile_tag::getTagged() |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Joshua Wise | Escape SQL parameter in Profile_tag::moveTag() |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Joshua Wise | Escape $tag passed to Profile::getTaggedSubscribers() |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Joshua Wise | Potential SQL injection in Local_group::setNickname() |
commit | commitdiff | tree | snapshot |
2013-07-16 |
Joshua Wise | Potential SQL injection in Local_group::setNickname() |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Evan Prodromou | Better verb comparison |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Evan Prodromou | Slightly more robust group-membership conversion |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Evan Prodromou | Squashed commit of the following: |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Evan Prodromou | Squashed commit of the following: |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Evan Prodromou | Merge branch '1.1.x' of gitorious.org:statusnet/mainlin... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Evan Prodromou | Better output for shares |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Evan Prodromou | Better output for shares |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Jean Baptiste... | PHP 5.4: Fix 'mysql has gone away' error when using... |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Jean Baptiste... | PHP 5.4 Fix GetValidDaemons function definition for... |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Jean Baptiste... | PHP 5.4 compatibility: remove call-time pass by reference |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Evan Prodromou | Add messages, directed notices to sim |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Evan Prodromou | Set the site profile on install |
commit | commitdiff | tree | snapshot |
2013-06-16 |
Evan Prodromou | Make favorites in createsim |
commit | commitdiff | tree | snapshot |
2013-06-16 |
Evan Prodromou | Turn off Activity by default |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Merge commit 'merge-requests/192' into statusnet_1.1.x |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Fix introduced bug, trying to shorten an empty status. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Code cleaning. Do call shortenLinks only once, right... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Code cleaning, remove 'TEST' tags. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Notice update with media attachment may fail through... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Fix introduced bug, trying to shorten an empty status. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Code cleaning. Do call shortenLinks only once, right... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Code cleaning, remove 'TEST' tags. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Notice update with media attachment may fail through... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Add configuration check. Need 'server', 'port', 'user... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Remove static definition of imdaemon.php as valid daemon. |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Add basic support for GetValidDaemon event. Shall be... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Jean Baptiste... | Remove alone 'groups' link on the left side. Useless... |
commit | commitdiff | tree | snapshot |
next |