Commit Graph

17948 Commits

Author SHA1 Message Date
Hypolite Petovan 9d78010e7f Update references to jquery.datetimepicker 2018-01-27 08:09:30 -05:00
Hypolite Petovan 68842311b5 [Compsoer] Add npm-asset/jquery-datetimepicker dependency 2018-01-27 08:09:05 -05:00
Adam Magness 1eb7c19c1e Move multiple functions
move multiple smaller functions
2018-01-26 23:51:41 -05:00
Adam Magness cd3643d174 Move xml_status and http_status_exit
move functions
2018-01-26 23:37:55 -05:00
Adam Magness a32ba32ff4 Move post_url
move post_url function
2018-01-26 23:24:23 -05:00
Adam Magness 2f9642392d Move z_fetch_url
move z_fetch_url method
2018-01-26 23:18:38 -05:00
Adam Magness c67452f72e Move fetch_url
move fetch_url function
2018-01-26 23:09:48 -05:00
Adam Magness 1b51777825 Create Network class
Create Network class and copy methods
2018-01-26 22:51:07 -05:00
Hypolite Petovan 14b048ba85
Merge pull request #4336 from zeroadam/feature/NowPlaintext
Create Plaintext class
2018-01-26 20:50:31 -05:00
Adam Magness fb05570c1d Create Plaintext class
create class and move shorten method
2018-01-26 20:26:49 -05:00
Hypolite Petovan c3db62fbcd
Merge pull request #4335 from zeroadam/feature/Plaintext
Move plaintext to src
2018-01-26 20:08:42 -05:00
Adam Magness 177edd2b6e Rename class to BBCode
Rename Plaintext class to BBCode
2018-01-26 20:01:32 -05:00
Adam Magness c437b0c871 Remove old file
remove include/plaintext.php
2018-01-26 19:16:26 -05:00
Adam Magness 11c7441e94 Remove requires
remove require_once statements
2018-01-26 19:15:57 -05:00
Adam Magness 21881f2885 Update function calls
update to new function calls
2018-01-26 19:14:47 -05:00
Adam Magness 792f069c6e Create Plaintext class
create Plaintext class with functions from include/plaintext
2018-01-26 19:04:04 -05:00
Hypolite Petovan cae8fd36fb
Merge pull request #4334 from annando/sup-instead-h5
Use "sup" instead of "h5" for the link to the website
2018-01-26 08:38:38 -05:00
Michael cd7b81afd5 Use "sup" instead of "h5" for the link to the website 2018-01-26 13:27:16 +00:00
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