]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2015-03-12 Mikael NordfeldthInitial work on making the Share verb handled in plugin
2015-03-10 Mikael NordfeldthImageFile $id argument is only for File objects
2015-03-10 Mikael NordfeldthSame as last commit, don't give ID if it's not for...
2015-03-10 Mikael NordfeldthImageFile should not have an $id set if not a File
2015-03-10 Mikael Nordfeldthjavascript fixes for reply form fetching
2015-03-10 Mikael NordfeldthFormAction wants getInstructions to be protected
2015-03-10 Mikael Nordfeldthmore descriptive setting name
2015-03-10 Mikael NordfeldthSiteNoticeInSidebar widget did not define divId()
2015-03-10 Mikael NordfeldthActivityVerb is a core plugin
2015-03-10 Mikael NordfeldthFavoritePlugin is now an "ActivityVerbHandlerPlugin"
2015-03-10 Mikael NordfeldthLet the creator decide which HTML tag to use for Notice...
2015-03-10 Mikael NordfeldthNotice elements don't need to be floating...
2015-03-10 Mikael NordfeldthMove AlreadyFulfilled check to Fave::addNew
2015-03-09 Mikael Nordfeldthfavorite and like are synonyms of each other
2015-03-09 Mikael NordfeldthFirst ActivityVerbPlugin sketch
2015-03-09 Mikael NordfeldthNotice class got exception throwing getById
2015-03-09 Mikael NordfeldthMake 'activity' a blacklisted nickname
2015-03-09 Mikael NordfeldthThe argument formatting regexps are the third argument
2015-03-09 Mikael NordfeldthDelete Faves onProfileDeleteRelated instead of User
2015-03-09 Mikael NordfeldthMerge branch 'nightly', beginning of 1.2.x
2015-03-09 Mikael NordfeldthMerge commit 'refs/merge-requests/56' of https://gitori...
2015-03-08 Mikael NordfeldthDB_DataObject won't save value 0 because it is "false"
2015-03-08 Mikael NordfeldthMake the OpenID settings page use more of HTMLOutputter...
2015-03-08 Mikael NordfeldthDon't display labels by default in notice forms
2015-03-08 Mikael NordfeldthDon't use a placeholder value on the nickname field
2015-03-08 Mikael NordfeldthLet text inputs have placeholder values.
2015-03-08 Mikael NordfeldthMove more POST handling into ManagedAction
2015-03-08 Mikael NordfeldthA bunch of FormAction and ManagedAction synchronization
2015-03-08 Mikael NordfeldthTagProfileAction and OStatusPlugin now use less redunda...
2015-03-08 Mikael NordfeldthROLLBACK queries in the proper order
2015-03-08 Mikael NordfeldthSensitive-test _is_ done in index.php
2015-03-08 Mikael NordfeldthSome reply buttons wouldn't work the first time they...
2015-03-08 Mikael NordfeldthRepliesAction migrated to extend ManagedAction
2015-03-08 digital dreamerSnapshot of the Transifex translation project - Februar...
2015-03-08 Mikael NordfeldthAll the AJAX calls should be made with $.ajax
2015-03-07 Mikael NordfeldthNeed to run the NoticeFormSetup if forms are prerendered
2015-03-07 Mikael NordfeldthDon't put submit button in reply field edge-to-edge
2015-03-07 Mikael NordfeldthDon't put reply in a popup, it was undesired for users
2015-03-07 Mikael NordfeldthEmail settings fix for the DB_DataObject bug for saving...
2015-03-07 Mikael NordfeldthReply popup works now
2015-03-07 Mikael NordfeldthChange the title of NewnoticeAction if replying
2015-03-07 Mikael Nordfeldthinput elements outside of label elements
2015-03-07 Mikael Nordfeldthjquery-ui updated to 1.11.3
2015-03-07 Mikael Nordfeldthjquery infieldlabel.js removed from script list
2015-03-07 Mikael NordfeldthjQuery cookie plugin updated
2015-03-06 Mikael NordfeldthJSON in JavaScript library updated
2015-03-06 Mikael NordfeldthjQuery Form Plugin updated
2015-03-06 Mikael Nordfeldth"infield labels" should be migrated to HTML5 placeholder
2015-03-06 Mikael NordfeldthjQuery v2.1.3 seems to work fine
2015-03-06 Mikael NordfeldthStart working a bit more consistently with "notice...
2015-03-06 Mikael NordfeldthNo need for NoticeFormMaster anymore
2015-03-06 Mikael NordfeldthChoose whether to prerender the inline reply forms
2015-03-06 Mikael NordfeldthReplies to replies without reloading page now work
2015-03-06 Mikael NordfeldthHide the threaded-replies gray line.
2015-03-06 Mikael NordfeldthMake sure we save 0 as '0' because of DB_DataObject bug
2015-03-06 Mikael NordfeldthReply notice forms are functional again, but not AJAX
2015-03-06 Mikael NordfeldthRemove some more reply-placeholder stuff
2015-03-06 Mikael NordfeldthNo separate placeholder input element for replyforms
2015-03-06 Mikael NordfeldthMake NoticeForm return the proper placeholder text
2015-03-05 Mikael NordfeldthGet the values from the correct object.
2015-03-05 Mikael NordfeldthValues of 0 would not be updated because of DB_DataObject
2015-03-05 Mikael NordfeldthActually show all images as <img /> tags.
2015-03-05 Mikael NordfeldthSVG files can be used as thumbnails I guess
2015-03-05 Mikael NordfeldthSome SVG files are "text/html" according to 'file'
2015-03-05 Mikael NordfeldthImageMagick sucks at vector graphics, so only use for...
2015-03-04 Mikael NordfeldthImageMagick plugin can now make thumbnails of SVG files
2015-03-04 Mikael NordfeldthUsed ->find(true) on wrong object
2015-03-04 Mikael NordfeldthReset imgPath variable if VideoThumbnails failed
2015-03-04 Mikael NordfeldthDocumentation and more understandable code.
2015-03-04 Mikael NordfeldthUse getUrl() on File and File_thumbnail instead of...
2015-03-04 Mikael NordfeldthMove thumbnail algorithm mainly to ImageFile class
2015-03-04 Mikael NordfeldthFree ImageMagick object from memory when done with it
2015-03-04 Mikael NordfeldthImageMagickPlugin refactored so we can more easily...
2015-03-04 Mikael NordfeldthSubscription_queue::start does not mean Subscription...
2015-03-04 Mikael NordfeldthSubscription::ensureStart skips AlreadyFulfilledException
2015-03-02 Mikael NordfeldthFillImageFileMetadata event documented
2015-03-01 Mikael NordfeldthBug tracker link updated.
2015-03-01 Mikael NordfeldthBug tracker link updated.
2015-03-01 Mikael NordfeldthBlog depended on TinyMCE which was unmaintained
2015-03-01 Mikael NordfeldthAahhh, gotta run php -l before pushing stuff!!!
2015-03-01 Mikael NordfeldthForgot to make syntax edits on last commit.
2015-03-01 Mikael NordfeldthUser class throws exception on register failure
2015-03-01 Mikael NordfeldthAllow changing nick on EmailRegistration
2015-02-28 Mikael NordfeldthDon't log every included config file
2015-02-28 Mikael NordfeldthAvatar table url field now 'text', maybe use filename...
2015-02-27 Mikael NordfeldthINSTALL file overhaul, mostly done.
2015-02-27 Mikael Nordfeldthhtaccess.sample updating
2015-02-27 Mikael Nordfeldthssh key based easy upgrade method documentation
2015-02-27 Mikael NordfeldthBetter UPGRADE documentation for GS->GS upgrade
2015-02-27 Mikael NordfeldthStatusNet 1.1.x to GNU social 1.2.x instructions updated
2015-02-27 Mikael NordfeldthUPGRADE file had incorrect commands
2015-02-27 Mikael NordfeldthStatusNet to GNU social renaming in minor places
2015-02-27 Mikael NordfeldthStatusNet class renamed GNUsocial
2015-02-27 Mikael NordfeldthStart and EndActionExecute added/fixed/documented
2015-02-27 Mikael Nordfeldth1.1.3 not 1.1.3 beta3
2015-02-27 Mikael Nordfeldth1.2.x branch started (utf8mb4 support is reason enough)
2015-02-27 Mikael NordfeldthChange branch to 1.2.x since we're utf8mb4 now
2015-02-27 Mikael NordfeldthMerge branch 'master' into nightly
2015-02-27 Mikael NordfeldthI hereby dub thee 1.1.3 - The Spanish Invasion
2015-02-27 Mikael NordfeldthPass Profile to asAtomEntry
next