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 |
|
Adam Magness
|
7158aa7ded
|
Update variable
update based on error log
|
2018-01-22 22:30:45 -05:00 |
|
Adam Magness
|
21f593bf4b
|
Adjust for templates
Use new t() for template button text
|
2018-01-22 22:20:35 -05:00 |
|
Hypolite Petovan
|
888f34a93e
|
Remove videojs reference from js/main
|
2018-01-22 21:07:10 -05:00 |
|
Hypolite Petovan
|
388605702a
|
Remove video.js from library/
|
2018-01-22 20:45:54 -05:00 |
|
Hypolite Petovan
|
b021b76661
|
Remove references to video.js
|
2018-01-22 20:45:42 -05:00 |
|
Adam Magness
|
220c566fbd
|
Admin t()
update t() in admin
|
2018-01-22 18:47:25 -05:00 |
|
Adam Magness
|
27d5a7112a
|
Theme t() uses
Updatee t() calls in themes
|
2018-01-22 18:38:34 -05:00 |
|
Adam Magness
|
f0725ae384
|
Hopefully all t()
hopefully the last of the t()
|
2018-01-22 18:03:26 -05:00 |
|
Adam Magness
|
83f1149d04
|
More missing t()
update t() calls
|
2018-01-22 18:03:26 -05:00 |
|
Adam Magness
|
bae725c279
|
Security t()
missed t() calls in security
|
2018-01-22 18:03:26 -05:00 |
|
Adam Magness
|
6e758d0074
|
More missed use
a few more missed use statements for L10n
|
2018-01-22 18:03:26 -05:00 |
|
Adam Magness
|
06fc1d6588
|
Missing use
missed use statement for L10n
|
2018-01-22 18:03:26 -05:00 |
|
Adam Magness
|
b4d0df18c5
|
Remove old file and requires
Remove pgettext.php and remove require_once calls
|
2018-01-22 18:03:26 -05:00 |
|
Adam Magness
|
07d306aa37
|
Finish t() for src
Update t() calls in src folder
|
2018-01-22 18:03:26 -05:00 |
|