Commit Graph

17930 Commits

Author SHA1 Message Date
Hypolite Petovan 55a675d806
Merge pull request #4333 from zeroadam/feature/PostUpdate
Move post_update to src
2018-01-25 13:03:09 -05:00
Adam Magness 5951ceeb6f Remove old file
remove include/post_update.php
2018-01-25 11:29:43 -05:00
Adam Magness 009c4d56c9 Update functions and dba
update some functions and add dba where possible
2018-01-25 11:29:43 -05:00
Adam Magness 1c7fd310d2 Create PostUpdate class
create new class and update call from worker
2018-01-25 11:29:43 -05:00
Hypolite Petovan 6ef2fd56f7
Merge pull request #4328 from tobiasd/20180125-msg
regenerated master messages.po file
2018-01-25 11:22:53 -05:00
Hypolite Petovan cebec794e7
Merge pull request #4332 from zeroadam/DfrnPollL10nFix
Dfrn_Poll Missing use
2018-01-25 11:21:23 -05:00
Adam Magness d5c5163d54 Missing use
missing use L10n in dfrn_poll
2018-01-25 11:03:33 -05:00
Hypolite Petovan 9ab55181ed
Merge pull request #4331 from annando/other-hashtags
Support for hashtags with "#" inside the link (mastodon style?)
2018-01-25 10:02:04 -05:00
Michael 8abc4d25b4 Support for hashtags with "#" inside the link (mastodon style?) 2018-01-25 14:58:10 +00:00
Michael Vogel c1efd5a792
Merge pull request #4330 from rebeka-catalina/rct/d/typos_themes.md
Fixed a few typos
2018-01-25 15:22:33 +01:00
Michael Vogel 6c8802b1dc
Merge pull request #4329 from zeroadam/Strings
Eliminate double usage
2018-01-25 15:21:37 +01:00
rebeka-catalina 3a94adb7a7 Fixed a few typos 2018-01-25 15:00:23 +01:00
Adam Magness e5d020ff7c Eliminate double usage
addons/addons is incorrect
2018-01-25 08:05:23 -05:00
Tobias Diekershoff 224665adcb regenerated master messages.po file 2018-01-25 07:39:12 +01:00
Tobias Diekershoff 66fe4cc5d6
Merge pull request #4326 from MrPetovan/task/fix-translation-strings
Fix translation strings
2018-01-25 07:02:09 +01:00
Hypolite Petovan 49b7a830dc
Merge pull request #4324 from annando/items-rework
Some functions had been moved away from include/items.php
2018-01-24 17:25:36 -05:00
Michael 1828f25db8 Function renamed 2018-01-24 22:22:31 +00:00
Hypolite Petovan e96bc15187
Merge pull request #4325 from annando/issue-4227
Issue 4227: Make hash tags always local links
2018-01-24 16:59:56 -05:00
Hypolite Petovan 113539e29a Make util/po2php executable 2018-01-24 16:55:09 -05:00
Hypolite Petovan e51c4a38ad Fix util/php2po
- Remove use
- Simplify object handling
- Fix wrong `|| die()` structure
2018-01-24 16:54:52 -05:00
Hypolite Petovan 3e7f683533 Fix util/extract.php
- Captures way more L10n::t(t) instances
- Add recursive search into `src/` folder
- Fix string capture with new sprintf-free syntax
2018-01-24 16:53:57 -05:00
Hypolite Petovan 9cd3b17743 Fix translation strings for use with util/extract.php
- Change parentheses to “\x28” and “\x29”
- Remove leading commas
- Remove quotes before commas
2018-01-24 16:51:32 -05:00
Michael 1294ac19c8 Issue 4227: Make hash tags always local links 2018-01-24 21:37:12 +00:00
Michael 3ace5d0d1d Some functions had been moved away from include/items.php 2018-01-24 20:27:32 +00:00
Michael Vogel 6b44fbbda0
Merge pull request #4323 from MrPetovan/bug/fix-removeme-auth
Fix wrong authenticate() parameter type in mod/removeme
2018-01-24 18:18:50 +01:00
Hypolite Petovan 30c1cc0e8c
Merge pull request #4312 from zeroadam/feature/L10n
Move pgettext to src
2018-01-24 11:48:55 -05:00
Hypolite Petovan 4b071d1c33 Fix wrong authenticate() parameter type in mod/removeme 2018-01-24 11:41:23 -05:00
Adam Magness 56c3b3f653 Revert use statement
no need to generate use statement
2018-01-24 11:38:34 -05:00
Adam Magness c9d74d6844 Add use to generated files
add use for L10n to generated files
2018-01-24 11:12:06 -05:00
Adam Magness df7bdbfc66 More missed calls
missed t() calls
2018-01-24 10:19:58 -05:00
Adam Magness 428a22cc76 More sprintf
eliminate more sprintf( with L10n
2018-01-24 07:18:21 -05:00
Hypolite Petovan ba5ae17fe0
Merge pull request #4322 from annando/forum-mention
Bugfix: Mentioning forums with ! only worked partially
2018-01-24 02:52:04 -05:00
Michael 13b9f19f8c Bugfix: Mentioning forums with ! only worked partially 2018-01-24 07:50:07 +00:00
Hypolite Petovan c02c8c0293
Merge pull request #4321 from hoergen/develop
removed heading backgrnd, added mention highlight
2018-01-24 02:08:09 -05:00
Hypolite Petovan 1f3acd00f5
Merge pull request #4320 from annando/self-like
It is now possible again to like yourself
2018-01-24 02:02:47 -05:00
hoergen fe7786671e removed heading backgrnd, added mention highlight 2018-01-24 08:02:33 +01:00
Michael 19c039242c It is now possible again to like yourself 2018-01-24 06:39:21 +00:00
Adam Magness 8eecad4c7f String correction
monthly is monthly
2018-01-23 22:43:22 -05:00
Adam Magness 5142e65726 Review updates
improve a t() call and move some to tt()
2018-01-23 22:38:47 -05:00
Adam Magness c28f886179 Avoid branch conflict 2018-01-23 22:03:57 -05:00
Adam Magness 208a149a7b Review sprintf
remove more sprintf calls
2018-01-23 21:59:16 -05:00
Michael Vogel a53fc3c7ed
Merge pull request #4318 from MrPetovan/bug/4314-fix-addon-reload
Fix addon reload
2018-01-24 01:08:11 +01:00
Hypolite Petovan d6bdaeaffe Add update function to reload addons after hook renaming 2018-01-23 18:57:51 -05:00
Hypolite Petovan 0601ba1309 Add missing dba::inArray to Addon::reload 2018-01-23 18:57:33 -05:00
Hypolite Petovan 6212b3d287
Merge pull request #4317 from annando/birthday
Birthdays are now transmitted reliably to Diaspora
2018-01-23 18:44:19 -05:00
Michael 3fbc873ffe Birthdays are now transmitted reliably to Diaspora 2018-01-23 22:51:30 +00:00
Adam Magness f7e9b74dca Update function and sprintf
Update variable to static function and remove sprintf wrappers
2018-01-23 12:47:30 -05:00
Michael Vogel ee1b8abcfa
Merge pull request #4313 from tobiasd/20180123-vier
Config::get returns null if value not set, so the check needs to be adopted
2018-01-23 09:44:28 +01:00
Tobias Diekershoff 1908a9feb9 Config::get returns null if value not set, so the check needs to be adopted 2018-01-23 08:15:53 +01:00
Michael Vogel 7c61901be4
Merge pull request #4311 from MrPetovan/task/4265-delete-video.js
Delete video.js
2018-01-23 06:44:05 +01:00