]> git.mxchange.org Git - friendica.git/history - mod
Changed documention
[friendica.git] / mod /
2018-07-25 Michael VogelMerge pull request #5491 from tobiasd/20180725-issue1391
2018-07-25 Tobias DiekershoffMake profile settings available in the user settings
2018-07-25 Roland HäderFixes/rewrites on videos.php (#5489)
2018-07-25 Roland HäderMoved CONTACT_* constants to Friendica\Model\Contact...
2018-07-24 Roland HäderRemoval of x() and added missing columns of contact...
2018-07-24 Michael VogelMerge pull request #5452 from MrPetovan/bug/5443-fix...
2018-07-24 Andreas Neustifter[frio] Fix profile edit links. [#5474] (#5475)
2018-07-24 Roland HäderFixes for E_NOTICE in editpost.php (#5480)
2018-07-24 Michael VogelMerge pull request #5478 from MrPetovan/task/5410-add...
2018-07-23 Roland HäderFixes: (#5477)
2018-07-23 Roland HäderAvoid no needed call on parse2str() when there is nothi...
2018-07-23 Hypolite PetovanAd missing use statements after dbesc conversion
2018-07-23 Michael VogelMerge pull request #5439 from MrPetovan/task/5410-remov...
2018-07-23 Jeroen De MeerleerAdded true to json_decode (#5471)
2018-07-23 Hypolite PetovanRename dbesc to DBA::escape
2018-07-23 Michael VogelMerge pull request #5438 from MrPetovan/task/5410-remov...
2018-07-23 Hypolite PetovanRename DBA::esc_array to DBA::escapeArray
2018-07-23 Hypolite PetovanRename DBA::is_result to DBA::isResult
2018-07-23 Hypolite PetovanRename DBM method calls to DBA method calls
2018-07-23 Hypolite PetovanUse DateTimeFormat::utc() instead of DBM::date()
2018-07-23 Michael VogelMerge pull request #5431 from MrPetovan/task/5410-renam...
2018-07-23 Michael VogelAnd some more removed notices in the core (#5465)
2018-07-23 Roland HäderCleaned up: (#5461)
2018-07-23 Roland HäderFixes: (#5462)
2018-07-22 Roland HäderPrevents 4 E_NOTICEs when POST fields are not set....
2018-07-22 Hypolite PetovanRename DBA::inArray to DBA::toArray
2018-07-22 Hypolite PetovanRename DBA::fetch_first to DBA::fetchFirst
2018-07-22 Hypolite PetovanRename DBA::database_name to DBA::databaseName
2018-07-22 Roland HäderFixed E_NOTICE when no valid result has been returned...
2018-07-22 Roland HäderFixed E_NOTICEs when uploading profile picture (#5456)
2018-07-22 Roland HäderUncommon logger levels in Friendica (#5453)
2018-07-21 Jeroen De MeerleerAdded a for-loop (#5442)
2018-07-21 Jeroen De MeerleerWorker-details: Using json_decode instead of reinventin...
2018-07-21 Andreas NeustifterMake frio more consistent by replacing textual links...
2018-07-20 Andreas Neustifter[frio] Restyle album edit header. (#5426)
2018-07-20 Andreas Neustifter[frio] Restyle photo upload (#5427)
2018-07-20 Michael VogelMerge pull request #5422 from MrPetovan/task/5410-renam...
2018-07-20 Hypolite PetovanRename Friendica\Database\dba to Friendica\Database\DBA
2018-07-20 Michael VogelMerge pull request #5419 from annando/fixes
2018-07-20 MichaelMakes Diaspora working again
2018-07-20 Michael VogelMerge pull request #5418 from MrPetovan/task/5410-move...
2018-07-20 Hypolite PetovanUpdate use statement lists with new Friendica\Database...
2018-07-19 Roland HäderSmall cleanup (#5416)
2018-07-19 Andreas NeustifterFix photo-upload and croping. (#5412)
2018-07-19 Jeroen De MeerleerWorkerqueue param reformat (#5403)
2018-07-19 Michael VogelNew item field "Post-type" and new table "permissionset...
2018-07-19 Roland HäderFixes: (#5404)
2018-07-18 Roland HäderAccording to @annando and @MrPetovan, $emailcc is no...
2018-07-18 Jeroen De MeerleerPrettified the parameter layout of workerqueue (#5397)
2018-07-18 Roland HäderFixed E_NOTICE when no 'term' was provided (#5391)
2018-07-18 Michael VogelMerge pull request #5394 from MrPetovan/bug/fix-config...
2018-07-18 Michael VogelMerge pull request #5295 from MrPetovan/task/4889-move...
2018-07-17 Roland HäderFixes for E_NOTICE in mod/item.php (#5393)
2018-07-17 Hypolite PetovanImprove help/Config page
2018-07-16 Hypolite PetovanEnforce systen.register_policy value type
2018-07-16 Hypolite PetovanFix typo in mod/admin
2018-07-16 Hypolite PetovanFix undefined index in mod/settings
2018-07-16 Hypolite PetovanFix missing use in mod/ping
2018-07-16 Hypolite PetovanFix undefined index notice messages in mod/install
2018-07-16 Hypolite PetovanReplace global $a with BaseObject::getApp()
2018-07-16 Hypolite PetovanReplace global $lang with system.language
2018-07-16 Hypolite PetovanFix formatting in mod/help
2018-07-16 Hypolite PetovanReplace direct accesses to App->config by Config::get...
2018-07-16 Hypolite PetovanMove forbidden_nicknames default to config file
2018-07-16 Hypolite PetovanAdd addon config hook
2018-07-16 Hypolite PetovanUpdate install procedure
2018-07-16 Hypolite PetovanRename App->path to App->urlpath
2018-07-16 Hypolite PetovanAdd new INI config files
2018-07-16 Tobias DiekershoffMerge pull request #5386 from annando/dfrn-unknown...
2018-07-16 Tobias DiekershoffMerge pull request #5384 from annando/item-uri
2018-07-16 Tobias DiekershoffMerge pull request #5385 from annando/public-items
2018-07-16 MichaelFix for displaying public items
2018-07-16 MichaelFix for missing username in uri for comments to public...
2018-07-15 Michael VogelNext item structure works (#5380)
2018-07-15 Michael VogelMerge pull request #5372 from MrPetovan/task/add-mastod...
2018-07-15 Hypolite PetovanRework smilies class and module
2018-07-15 Michael VogelMerge pull request #5370 from MrPetovan/develop
2018-07-14 Jeroen De MeerleerAdd worker queue details (#5375)
2018-07-14 Tobias Diekershoffadmins can mark their nodes for explicit content (...
2018-07-14 Hypolite PetovanMerge pull request #16 from MrPetovan/imgbot
2018-07-13 Roland HäderFixes for some E_NOTICE and type-hints added (#5358)
2018-07-12 Tobias Diekershoffsome plugins left over (#5369)
2018-07-10 Michael VogelSeveral more warnings ... (#5340)
2018-07-09 Andreas Neustifter[frio] Improve Group Editing (#5349)
2018-07-09 Andreas Neustifter[Suggestion] Move New User Tip Link (#5342)
2018-07-09 Michael VogelMerge pull request #5351 from nupplaphil/system_guid
2018-07-09 Philipp Holzermoved get_guid to System::createGUID
2018-07-09 Hypolite PetovanMerge pull request #5346 from astifter/redirect_empty_g...
2018-07-09 Hypolite PetovanMerge pull request #5348 from astifter/use_h3_for_showi...
2018-07-09 Tobias DiekershoffMerge pull request #5343 from astifter/fix_relocate_button
2018-07-09 Andreas NeustifterRedirect empty group to /contacts.
2018-07-09 Andreas NeustifterFix relocate button label.
2018-07-08 Hypolite PetovanMerge pull request #5338 from annando/warnings
2018-07-08 MichaelSome more places ...
2018-07-08 Philipp HolzerMerge branch 'develop' of https://github.com/friendica...
2018-07-08 MichaelWarnings fixed
2018-07-08 Hypolite PetovanMerge pull request #5328 from annando/item-activities
2018-07-08 MichaelMerge branch 'item-activities' of github.com:annando...
2018-07-08 Michael VogelMerge branch 'develop' into item-activities
2018-07-07 MichaelMore item abstraction / making remote deletion work...
next