Commit Graph

681 Commits

Author SHA1 Message Date
champsupertramp adb8e49277 Remove plain text passwords 2016-05-28 17:39:59 +08:00
champsupertramp c0693c3db8 Fix dummy's date of birth 2016-05-28 17:39:42 +08:00
champsupertramp 625d3fe2a6 Fix generate password length 2016-05-28 15:09:31 +08:00
champsupertramp 117cfba0ac Add Generate dummies tool 2016-05-27 20:12:21 +08:00
champsupertramp a28955955e Fix gravatar profile photo and tool 2016-05-27 14:50:45 +08:00
champsupertramp 0d86805510 Fix permalink base format 2016-05-27 14:28:15 +08:00
champsupertramp 24d24b0938 Fix redux dev_mode for server loopback issues 2016-05-27 13:40:44 +08:00
champsupertramp a681e841e5 Fix redux select2 script 2016-05-27 13:05:41 +08:00
champsupertramp 8628175efb Update gulpfile and core minified js 2016-05-26 19:26:23 +08:00
champsupertramp a2fedd263a Fix redux dev_mode configuration 2016-05-26 19:03:50 +08:00
champsupertramp 967bceb513 Update minified js and css 2016-05-26 19:00:40 +08:00
champsupertramp a5470a68c6 Update select2 assets 2016-05-26 18:56:28 +08:00
champsupertramp a2b24d145c Fix account fields update 2016-05-26 11:23:43 +08:00
champsupertramp cfada537c1 Update welcome template 2016-05-25 12:34:38 +08:00
champsupertramp fe78137714 Remove notice 2016-05-25 12:14:36 +08:00
champsupertramp 24ef2c909a Fix upload error logging 2016-05-25 12:14:16 +08:00
champsupertramp 5bd871fcf5 Fix cache option 2016-05-23 18:30:12 +08:00
champsupertramp 44d6fdb832 Fix image upload 2016-05-23 18:29:54 +08:00
champsupertramp 729b4af5c0 Add filter 'um_submit_form_data' 2016-05-22 14:20:50 +08:00
champsupertramp 0fe320edf3 Fix add error filter 2016-05-21 12:38:06 +08:00
champsupertramp 32adfa9f88 Fix select fields 2016-05-20 20:49:43 +08:00
champsupertramp 4212aa76e7 Fix form error with users tags 2016-05-20 19:14:16 +08:00
champsupertramp 960f519271 Fix approve and welcome email with set password link 2016-05-19 15:27:48 +08:00
champsupertramp 61b11ea4b7 Update CSS minification 2016-05-18 18:17:36 +08:00
champsupertramp 79ba64f206 Add new filter 'um_submit_form_error' 2016-05-17 19:35:56 +08:00
champsupertramp f2561fbbf2 Fix login redirection 2016-05-16 20:40:50 +08:00
champsupertramp 22cff6b707 Fix edit profile url 2016-05-16 20:03:39 +08:00
champsupertramp 1695f8146a Tagging 1.3.52 2016-05-14 18:37:19 +08:00
champsupertramp 1b0da56411 Add new action 'wp_authenticate_username_password_before' 2016-05-13 19:22:15 +08:00
champsupertramp b0231ceb87 Remove notice 2016-05-13 10:41:28 +08:00
champsupertramp f6c4b8e045 Remove notices 2016-05-11 21:03:44 +08:00
champsupertramp aa5691ac98 Fix Redux assets 2016-05-11 08:30:31 +08:00
champsupertramp 10ef167c96 Fix convert tags format 2016-05-10 20:19:44 +08:00
champsupertramp 65ca3e4e91 Remove access settings in media screens 2016-05-10 18:12:15 +08:00
champsupertramp 37e9327610 Tagging 1.3.51 2016-05-10 13:34:05 +08:00
champsupertramp 6f15f4ed18 Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2016-05-08 18:24:45 +08:00
champsupertramp e435e08d80 Add language text domain and path 2016-05-08 18:19:07 +08:00
Champ Camba 9f07f71aa1 Merge pull request #132 from alexpull/master
Fix for typos in tooltips
2016-05-08 17:59:29 +08:00
champsupertramp 2ddf9df9e7 Fix embedding videos 2016-05-08 17:53:28 +08:00
Alexey Pulariya 38e9b6d2e8 fix for typos in tooltips 2016-05-06 21:25:19 +03:00
champsupertramp 241956149a Fix admin access in front-end login 2016-05-05 22:24:15 +08:00
Champ Camba 18291d3121 Merge pull request #130 from svenl77/master
sorry, up_rewrite_flush_rewrite_rules should be um_rewrite_flush_rewr…
2016-05-01 20:30:33 +08:00
Sven Lehnert 8ba993754b sorry, up_rewrite_flush_rewrite_rules should be um_rewrite_flush_rewrite_rules ;) 2016-05-01 13:44:15 +02:00
champsupertramp 6bce8aa629 Merge branch 'master' of https://github.com/ultimatemember/ultimatemember 2016-04-30 22:29:28 +08:00
champsupertramp fc27f8462a Add 'um_form_fields_textarea_settings' filter 2016-04-30 22:28:56 +08:00
Champ Camba f1ba659423 Merge pull request #129 from svenl77/master
Move the check for um_flush_stop to the flush_rewrite_rules function …
2016-04-30 22:22:30 +08:00
champsupertramp 2bb2b45a18 Fix profile photo as required field 2016-04-30 22:15:23 +08:00
Sven Lehnert 03a2ee8fbd Move the check for um_flush_stop to the flush_rewrite_rules function to avoid add_rewrite_rule issues if other plugins flush_rewrite_rules.
We need to make sure the add_rewrite_rule is running each time otherwise the rewrite roles get lost if other plugins flush_rewrite_rules.

Now the um_flush_stop check is moved to the add_rewrite_rule function to make sure add_rewrite_rule is fired.
If the option "Stop rewriting rules on every load" is set to "on" and a plugin flush_rewrite_rules your add_rewrite_rule will get recognised.

I also added a filer 'up_rewrite_flush_rewrite_rules' to allow plugins to stop rewriting without manipulating the option array.

I hope this makes sense for you and help you. My english is not the best let me know if I got something wrong here or you have any question left. I like to help.
2016-04-30 14:13:08 +02:00
champsupertramp e91e08cd2e Fix indentation 2016-04-27 23:16:54 +08:00
champsupertramp f7dd02d3f4 Optimize users query in member directory 2016-04-27 23:14:54 +08:00