Commit graph

12716 commits

Author SHA1 Message Date
rabuzarus
a0c7d5a098 contact_template.tpl : fix missing ID 2016-04-29 15:00:15 +02:00
rabuzarus
47e395be88 Use stopImmidiatePropagation() only if we are in a list to not interfere with other keypress listeners 2016-04-29 14:42:12 +02:00
rabuzarus
dd2a8fd852 jquery.textcomplete update to v1.3.4 2016-04-29 14:31:09 +02:00
Michael Vogel
6a739b5ba2 Merge pull request #2491 from rabuzarus/2804_acl_hook
add a hook call to acl_lookup()
2016-04-29 14:03:02 +02:00
rabuzarus
be1f18146e theme-settings: hide custom settings if the scheme overwrites it - fixes https://github.com/rabuzarus/frio/issues/9
Note: this isn't a very beautiful solution since the schema developer have to list all overwriting variables in the schema header. We need a better solution for this.
2016-04-29 01:49:09 +02:00
rabuzarus
ad2611c92e theme-settings: better show/hide image options js 2016-04-28 23:20:54 +02:00
rabuzarus
a61361f351 add some hook docu 2016-04-28 23:18:38 +02:00
rabuzarus
3dad86f0e0 add a hook call to acl_lookup() 2016-04-28 22:15:55 +02:00
rabuzarus
17958da201 introduce a filter function at the contact page.
This is done with the help of textcomplete and jsmart.js.
There is annoying bug inside. If the screensize is to small, the browser freezes. It is traced back to the "media-body" class (and its css attributes) which we use in the template.
2016-04-28 21:35:33 +02:00
Tobias Diekershoff
853b13252a Merge pull request #2490 from annando/1604-bugfix-xml
Bugfix for XML function
2016-04-28 08:43:54 +02:00
Michael Vogel
af22007481 Bugfix for XML function 2016-04-28 08:30:15 +02:00
Tobias Diekershoff
1644919880 Merge pull request #2489 from annando/1604-unseen
Check before doing the database update
2016-04-28 07:18:35 +02:00
Michael Vogel
5e4a2badb2 Check before doing the database update 2016-04-28 06:56:55 +02:00
Michael Vogel
87af398ee0 Merge pull request #2486 from rabuzarus/2704_xml
move xml related function to the xml class + some doxygen docu
2016-04-28 06:27:49 +02:00
Michael Vogel
d3cf0bf994 Merge pull request #2488 from tobiasd/20160426-phpxmlcheck
installer check for XML module
2016-04-28 06:17:58 +02:00
rabuzarus
381551569a acl: acl_selector.tpl and some styling to the acl 2016-04-27 22:20:45 +02:00
Tobias Diekershoff
9a79b0c5f2 count from 0 2016-04-27 20:23:06 +02:00
Tobias Diekershoff
a5f4f47c41 installer check for XML module 2016-04-27 20:16:35 +02:00
rabuzarus
551cc39385 tabbar: more responsive through flexmenu.js 2016-04-27 19:53:22 +02:00
rabuzarus
9b3931e48a xml: rename convert_element_to_array to element_to_array 2016-04-27 17:04:46 +02:00
rabuzarus
dbc39bea74 move xml related function to the xml class + some doxygen docu 2016-04-27 16:31:03 +02:00
rabuzarus
6cca98f9c2 add some ARIA to the nav bar 2016-04-26 18:52:57 +02:00
rabuzarus
2ea7b72a49 correct the ARIA for post action dropdown 2016-04-26 14:26:19 +02:00
rabuzarus
24b1382f72 rework the contact info header of postings (move plink to dropdown) - reorder the post actions dropdown 2016-04-26 14:07:40 +02:00
Tobias Diekershoff
64595e9a2d Merge pull request #2481 from annando/1604-probe_url
Use data from contact and gcontact prior to probe_url
2016-04-26 06:47:12 +02:00
Tobias Diekershoff
d049ffa96c Merge pull request #2483 from annando/1604-cookie
"remember me" should work now reliable
2016-04-26 06:45:20 +02:00
Tobias Diekershoff
9ec9ea3844 Merge pull request #2484 from rabuzarus/25.04_login_template
login: use ARIA instead of <fieldset> tag
2016-04-26 06:43:48 +02:00
rabuzarus
772417a31b add input field templates 2016-04-26 01:01:10 +02:00
rabuzarus
064ecc1423 add field select templates 2016-04-26 00:36:40 +02:00
rabuzarus
7e199c72ac login: use ARIA instead of <fieldset> tag 2016-04-25 23:40:07 +02:00
Michael Vogel
ca72c5f256 Merge remote-tracking branch 'upstream/develop' into 1604-cookie 2016-04-25 22:25:13 +02:00
Michael Vogel
e98a670f50 Merge pull request #2482 from rabuzarus/2604_vier_mobile_embedded_video
vier-mobile: expand embedded video on play
2016-04-25 22:24:08 +02:00
rabuzarus
d10b3da2f0 keep aspect ratio on very height wall images 2016-04-25 22:21:47 +02:00
rabuzarus
9943d4a60a vier-mobile: expand embedded video on play 2016-04-25 22:12:53 +02:00
Michael Vogel
18aa43e6f6 Code redesign and comments 2016-04-25 22:10:45 +02:00
Michael Vogel
1f4f60a82d Merge pull request #2480 from rabuzarus/2504_vier_mobile_fix
vier mobile fixes
2016-04-25 21:41:43 +02:00
Michael Vogel
cd92521c1d Remove test code 2016-04-25 21:39:54 +02:00
Michael Vogel
1aa6c1dc5b Use data from contact and gcontact prior to probe_url 2016-04-25 21:35:42 +02:00
Michael Vogel
2c75a0fefc Minor session stuff 2016-04-25 20:43:40 +02:00
rabuzarus
4daa9a50f5 vier-mobile: little css fix 2016-04-25 20:30:02 +02:00
rabuzarus
fa66fa9b28 vier-mobile: fix embedded video for tablets and bigger 2016-04-25 20:24:36 +02:00
Tobias Diekershoff
714eb1a296 Merge pull request #2479 from annando/1604-vier-login
Vier: No visible login border/no search and events without login
2016-04-25 20:24:10 +02:00
rabuzarus
7b48ef23d5 vier-mobile: fix embedded video and embedded link images for tablets and bigger 2016-04-25 20:04:10 +02:00
rabuzarus
c553ab9b46 vier-mobile: fix threaded view for tablets and bigger 2016-04-25 19:54:03 +02:00
Michael Vogel
f0d5c97c08 Merge remote-tracking branch 'upstream/develop' into 1604-cookie 2016-04-25 16:44:06 +02:00
Michael Vogel
75fefeba95 Only hide the search if "local_search" was activated. 2016-04-25 16:42:16 +02:00
Tobias Diekershoff
af37fa8293 Merge pull request #2478 from annando/1604-bookmarks
Bugfix DFRN and bookmark detection
2016-04-25 14:52:03 +02:00
Michael Vogel
8c2a4fe02a We now work with a hash to avoid cookie manipulation 2016-04-25 11:19:42 +02:00
Michael Vogel
a214fc798a "Remember Me" should work now but needs more fine tuning 2016-04-25 07:10:40 +02:00
Michael Vogel
b4369d51f5 Improved "remember me" functionality 2016-04-25 00:02:43 +02:00