Hypolite Petovan
|
c4318fe05e
|
Fix notices in Parse URL feature
|
2018-10-16 18:27:13 -04:00 |
|
Hypolite Petovan
|
ff643c4b6a
|
Merge pull request #5940 from JonnyTischbein/issue_update_display_network
Fix redirect after edit post to /update_*
|
2018-10-16 13:37:19 -04:00 |
|
Jonny Tischbein
|
be2e6c3929
|
Fix Issue #5896 by setting static return for edit_post to display item page (kind of revert parts of #5774)
|
2018-10-16 19:14:55 +02:00 |
|
Hypolite Petovan
|
d71327e311
|
Fix namespace usage in mod/group
|
2018-10-15 18:35:36 -04:00 |
|
Michael Vogel
|
0080d117ee
|
Merge pull request #5923 from MrPetovan/task/improve-contact-module
Improve Contact module
|
2018-10-15 06:02:55 +02:00 |
|
Hypolite Petovan
|
ea8b159df4
|
Fix wrong use statement in mod/update_contacts
|
2018-10-14 23:09:11 -04:00 |
|
Jonny Tischbein
|
3a95644848
|
Add Support for relativeDateTime in future + update Admin user waiting for deleting table header
|
2018-10-14 22:57:44 +02:00 |
|
Hypolite Petovan
|
74c5f1f684
|
Merge pull request #5891 from JonnyTischbein/move_module_contacts
Move module contacts
|
2018-10-14 16:42:50 -04:00 |
|
Jonny Tischbein
|
d54e56c659
|
Fix batch action query + Fix Namespace import
|
2018-10-14 21:14:32 +02:00 |
|
Jonny Tischbein
|
5fd4402074
|
code standards + fixing navigation links to /contact/...
|
2018-10-14 20:03:22 +02:00 |
|
Hypolite Petovan
|
f7c020af04
|
Add HTML result boxes to mod/babel
|
2018-10-14 07:44:07 -04:00 |
|
Hypolite Petovan
|
6c80601a4a
|
Merge pull request #5902 from nupplaphil/Install_Class_to_methods
Install class bugfixing & tests & changed method signature
|
2018-10-14 06:23:33 -04:00 |
|
Hypolite Petovan
|
db0b848ae3
|
Merge pull request #5904 from annando/ap-announce
AP: Announce will now work
|
2018-10-13 20:17:14 -04:00 |
|
Hypolite Petovan
|
07da170bcf
|
Merge pull request #5905 from nupplaphil/move_global_functions
Move global functions
|
2018-10-13 19:46:57 -04:00 |
|
Michael
|
aab4fa0c31
|
The instrument is now added, updating AP contacts is now enabled
|
2018-10-13 20:36:44 +00:00 |
|
Philipp Holzer
|
059bd1307f
|
rename argv to getArgumentValue
|
2018-10-13 19:05:54 +02:00 |
|
Philipp Holzer
|
2c541afd47
|
Moved functions out of boot.php into class
- z_root() => $a->getBaseURL()
- absurl() => removed because no usage
- is_ajax() => $a->isAjax()
- current_load() => System::currentLoad()
- argc() => $a->argc
- argv($x) => $a->getArgumentValue($x)
|
2018-10-13 19:03:08 +02:00 |
|
Philipp Holzer
|
508032cf9a
|
Move Module AcctLink
|
2018-10-13 18:32:14 +02:00 |
|
Philipp Holzer
|
c32ac7f194
|
Install Class to methods
- Bugfixing Install checks (worked not as expected)
- Changed static methods from Install to class functions
- Added tests
|
2018-10-13 18:09:53 +02:00 |
|
Jonny Tischbein
|
bfa05156ca
|
change links from /contacts to /contact
|
2018-10-13 13:29:56 +02:00 |
|
Jonny Tischbein
|
738cb4ace6
|
finish refactoring to Module\Contact
|
2018-10-13 11:35:51 +02:00 |
|
Jonny Tischbein
|
cdbddd0103
|
Renaming functions and class
|
2018-10-13 11:23:52 +02:00 |
|
Tobias Diekershoff
|
14e7686df4
|
Merge pull request #5899 from annando/avoid-flooding
Avoid beeing flooded by invalid requests
|
2018-10-13 08:41:32 +02:00 |
|
Michael
|
b6f2144237
|
Avoid beeing flooded by invalid requests
|
2018-10-13 04:31:37 +00:00 |
|
Jonny Tischbein
|
93ab82b7f0
|
Rename Contacts:content function
|
2018-10-11 23:45:01 +02:00 |
|
Jonny Tischbein
|
80ea86113d
|
Move mod Contacts to /src/Module
|
2018-10-11 23:14:12 +02:00 |
|
Hypolite Petovan
|
a419eff23a
|
Replace missing App->getURLPath in mod/install
|
2018-10-11 08:49:52 -04:00 |
|
Philipp Holzer
|
ffbc688797
|
Curl Response Refactoring
- refactored Network::getCurl()
- replaced every Network::getCur() execution with a Curl Response
|
2018-10-10 21:50:13 +02:00 |
|
Philipp Holzer
|
7c73e8634c
|
Curl Response Refactoring
- refactored Network::post()
- replaced every Network::post() execution with the new Curl container
|
2018-10-10 21:15:26 +02:00 |
|
Philipp Holzer
|
2dec8895a9
|
Curl Response Refactoring
- extended Curl to parse Curl Response
- refactored Network::curl()
- replaced every Network::curl() execution with the new Curl container
|
2018-10-10 21:08:43 +02:00 |
|
Philipp Holzer
|
307286fc47
|
parameters and getURLpath to getURLPath
|
2018-10-10 01:18:47 +02:00 |
|
Philipp Holzer
|
5a02e39a65
|
Rename App Methods
- renamed a lot of App methods to CamelCase
- replaced direct public variables with get-/set-Methods
|
2018-10-10 00:16:06 +02:00 |
|
Jonny Tischbein
|
29033bdf05
|
goaway to network if deleted item + remove goaway for filerm
|
2018-10-09 20:44:30 +02:00 |
|
Jonny Tischbein
|
d8780b1640
|
Replace goaway location SESSION var return_url with page as string value
|
2018-10-09 20:10:34 +02:00 |
|
Jonny Tischbein
|
28456de249
|
Save return_url before login. Add login mask to many sites if not logged in.
|
2018-10-07 16:34:08 +02:00 |
|
Michael
|
f8b74033a4
|
Avoid a notice
|
2018-10-06 18:44:42 +00:00 |
|
Hypolite Petovan
|
58c6ef2bc0
|
Merge pull request #5841 from JonnyTischbein/issue_profile_edit_sexual_marital
Fix (short) profile editing showing 'e' for martial and sexual preferences
|
2018-10-06 07:13:04 -04:00 |
|
Jonny Tischbein
|
17019772a4
|
Fix (short) profile editing showing 'e' for martial and sexual preference
|
2018-10-06 11:37:15 +02:00 |
|
Michael
|
09302367d5
|
Include AP in the contact search
|
2018-10-06 03:17:44 +00:00 |
|
Jonny Tischbein
|
faa86aa2c0
|
fix indent with tabs
|
2018-10-04 21:38:44 +02:00 |
|
Jonny Tischbein
|
07489a3a9c
|
Install: After detecting DB already in use, go back to db_stettings with error
|
2018-10-04 18:53:52 +02:00 |
|
Michael
|
78a7e130ae
|
Another renamed function
|
2018-10-03 15:50:21 +00:00 |
|
Michael
|
8841519c0d
|
Renamed functions
|
2018-10-03 15:41:51 +00:00 |
|
Michael
|
3ab837f3c7
|
Functionality is now split
|
2018-10-03 09:15:38 +00:00 |
|
Hypolite Petovan
|
1f7cb530c7
|
Merge pull request #5812 from annando/develop
Issue 5811: "objects" instead of "object"
|
2018-10-02 22:11:28 -04:00 |
|
Michael
|
518d461a8f
|
Issue 5811: "objects" instead of "object"
|
2018-10-02 20:12:38 +00:00 |
|
Hypolite Petovan
|
406b46b635
|
Merge pull request #5800 from JonnyTischbein/issue_return_path
Update return path former via $_SESSION['return_url']
|
2018-10-02 12:30:38 -04:00 |
|
Jonny Tischbein
|
6d1b98dc0e
|
wrong var name - conversation not found
|
2018-10-02 18:24:16 +02:00 |
|
Jonny Tischbein
|
ecb67cfcb4
|
syntax typo
|
2018-10-02 18:22:23 +02:00 |
|
Jonny Tischbein
|
fa3bbc5f45
|
Code Standards + return path for \!local_user() and cancel
|
2018-10-02 18:13:58 +02:00 |
|