Hannah Wolfe
d165217aad
Merge pull request #2063 from JohnONolan/robots
...
Introduce default robots.txt
2014-02-07 10:43:25 +00:00
Hannah Wolfe
b654300d71
Merge pull request #1941 from springmeyer/patch-1
2014-02-07 10:26:40 +00:00
Dane Springmeyer
6c1dede432
sqlite3@2.2.0
...
Updates node-sqlite3 to v2.2.0
This version is compatible with 2.1.x but includes:
- updated internal libsqlite3 from 3.7.17 -> 3.8.2 (http://www.sqlite.org/news.html ) which includes the next-generation query planner http://www.sqlite.org/queryplanner-ng.html
- improved binary deploy system using https://github.com/springmeyer/node-pre-gyp
- binary install now supports http proxies
- source compile now supports freebsd
- fixed support for node-webkit
2014-02-07 10:19:45 +00:00
Hannah Wolfe
5929336889
Merge pull request #2132 from halfdan/1617-remove-mailto
...
Removed mailto auto-linking.
2014-02-06 17:54:31 +00:00
John O'Nolan
5f409b2fc3
We’re not really in alpha any more
2014-02-06 23:25:40 +07:00
Fabian Becker
bb4e48bf50
Removed mailto auto-linking.
...
fixes #1617
- Removed test
- Removed auto-linking from showdown gfm extension
2014-02-06 15:34:13 +00:00
Hannah Wolfe
cf86334aed
Merge pull request #1536 from jdalton/lodash
2014-02-06 14:37:48 +00:00
John-David Dalton
6eab7b3f92
Replace underscore with lodash.
2014-02-06 14:08:34 +00:00
Hannah Wolfe
ca01b732b2
Fixing App unit test on Windows
...
- switched test from exact string to regex to match both types of paths
2014-02-06 11:58:58 +00:00
Hannah Wolfe
389fb7d1e0
Merge pull request #2091 from jgable/sandboxApps
...
Load Apps Sandboxed
2014-02-05 09:53:01 +00:00
Jacob Gable
c7713c1d27
Load Apps Sandboxed
...
- Based on suggestions from hswolff loading with a Module class approach
- Loads relative modules in child sandboxes
2014-02-04 15:46:31 -06:00
Hannah Wolfe
64dd6b01e5
Adding a link to config docs in config.example.js
...
closes #1997
2014-02-03 15:50:27 +00:00
John O'Nolan
79e1356b66
Override border on login input:focus
...
Fixes #2088
2014-01-31 18:30:14 +07:00
John O'Nolan
51fd62c118
Spit & Polish
2014-01-30 23:53:07 +07:00
Hannah Wolfe
5491f296ac
Merge branch '0.4-maintenance'
2014-01-30 13:17:58 +00:00
Hannah Wolfe
75d15ea7be
Version bump for 0.4.1
2014-01-30 13:17:24 +00:00
Hannah Wolfe
588cc45400
Merge pull request #2082 from sebgie/fix-reset-token
2014-01-30 13:01:17 +00:00
Sebastian Gierlinger
d28bf3de4c
Improve password reset token
...
no issue
- added check that a combination of email + expires is rejected after
10 attempts
- changed comparison to time independent method
Thanks to @chiiph for reporting this issue!
2014-01-30 13:00:30 +00:00
Hannah Wolfe
e42c94bec4
Merge pull request #2077 from ErisDS/date-fixes
...
Post settings published_at date improvements & fixes
2014-01-30 01:56:57 -08:00
Hannah Wolfe
47c5e5aca4
Post settings published_at date improvements & fixes
...
closes #1866 , fixes #2067 , fixes #2068
- Upgrade client side moment to 2.4.0 to match the server side script.
- Add a guard to pub date to fix #2067
- Add new format to close #1866
2014-01-29 22:33:43 +00:00
Hannah Wolfe
c2bb793c36
Merge pull request #2052 from Borkason/patch-1
...
Fix dash-to-triple-hyphen replacement in generateSlug function.
2014-01-28 12:38:20 -08:00
Daniel Niccoli
d092b4ecd2
Altered integration test to cover dashes in slug
2014-01-28 21:27:05 +01:00
John O'Nolan
0750c34f3f
Introduce default robots.txt
2014-01-28 20:05:59 +07:00
Hannah Wolfe
be9afc439c
Merge branch '0.4-maintenance'
2014-01-28 09:25:38 +00:00
Hannah Wolfe
1afeeaf2d4
Version bump for rc1
2014-01-28 09:20:39 +00:00
Hannah Wolfe
3673638b84
Merge pull request #2055 from JohnONolan/double-scrollbar
2014-01-28 09:11:36 +00:00
John O'Nolan
cf805181e6
Hide extra space taken up by update notification
...
See #1995
2014-01-28 09:07:36 +00:00
Hannah Wolfe
b4b7783ebd
Merge pull request #2054 from ErisDS/issue-1995
...
Add body class if update is available
2014-01-28 00:53:45 -08:00
Hannah Wolfe
b429e1cfaf
Merge pull request #2020 from redwallhp/master
...
Minor code cleanup of editor keyboard shortcut actions.
2014-01-27 14:36:20 -08:00
Hannah Wolfe
1f32428296
Merge pull request #1972 from jgillich/character-limit
...
Show character limit below blog description textarea
2014-01-27 14:32:52 -08:00
Hannah Wolfe
604c6e307f
Merge pull request #2048 from gimelfarb/fix-1837-errpages-when-force-admin-ssl
2014-01-27 21:58:33 +00:00
Lev Gimelfarb
6cf586aae6
Fix error page resources loading when forceAdminSSL is true
...
closes #1837
- moved admin theme static resource service above 'checkSSL', otherwise
when forceAdminSSL is true it will try to redirect them to HTTPS, and
error pages will be unstyled
2014-01-27 21:57:58 +00:00
Hannah Wolfe
85c90739a3
Merge pull request #2047 from gimelfarb/fix-1836-ssl-detection
2014-01-27 21:56:30 +00:00
Lev Gimelfarb
1df6ac3b94
Detect SSL connection whether or not behind a proxy
...
closes #1836
- adding server.enable('trust proxy') to let connect framework do the work
of detecting X-Forwarded-Proto header
- replacing explicit checking for the X-Forwarded-Proto header with just
'req.secure' boolean check
2014-01-27 21:55:32 +00:00
Hannah Wolfe
ffc5655705
Merge pull request #2044 from PaulAdamDavis/move-styles
2014-01-27 21:51:12 +00:00
Paul Adam Davis
fa98a1ed18
Move styling from some elements from IDs to classes
...
Closes #1605
* Move styling for `#signup`, `#forgotten`, `#reset`, `#login`, `#usermenu` and `#notifications` to classes
No IDs have been added or removed, so any events shouldn't be affected and it passes all tests.
2014-01-27 21:50:19 +00:00
Hannah Wolfe
5e97bcb950
Merge pull request #2036 from xuduo35/0.4-maintenance
...
bug caused by unidecode's bug
2014-01-27 13:45:42 -08:00
Hannah Wolfe
d05b7641f3
Merge pull request #2042 from mikl/firefox-upload-button-fix
2014-01-27 21:35:45 +00:00
Mikkel Hoegh
d45d036ecb
Refactor click handlers on upload button.
...
closes #2028
- Instead of binding and unbinding the click event, bind the data to the
outer scope so we can use a standard click handler.
- Use removeProp instead of setting the property to false when enabling.
- Use the `disabled` as value when disabling.
2014-01-27 21:35:24 +00:00
Hannah Wolfe
63ac0aa665
Merge pull request #2049 from javorszky/iss-1841
...
Guard against multiple signup events
2014-01-27 13:33:55 -08:00
Hannah Wolfe
b42962c97a
Merge pull request #2035 from ErisDS/issue-1908
...
Post settings don't render on change
2014-01-27 13:29:28 -08:00
Hannah Wolfe
b9e426478d
Add body class if update is available
...
issue #1995
2014-01-27 21:24:53 +00:00
Hannah Wolfe
485ab376c0
Post settings don't render on change
...
fixes #1908
- each individual update function handles rendering its own item on success or failure, rather than re-rendering the whole group
- also resolved a bug where the published date didn't get reset properly on error
2014-01-27 10:55:22 +00:00
Gabor Javorszky
f3e67f9a76
Guard against multiple signup events
...
Fixes #1841
* Added initial flag "no" for submission into Signup View
* Flag set to "yes" if submit button clicked
* Error thrown if flag is "yes", thus no subsequent submission sent to API
* Flag set to "no" if ajax returns with error
2014-01-26 22:38:50 +00:00
Hannah Wolfe
199a92d9cb
Merge branch '0.4-maintenance'
...
Conflicts:
core/server/config/paths.js
core/test/unit/config_spec.js
2014-01-26 16:11:02 +00:00
Hannah Wolfe
6efc8ffed2
Merge pull request #2038 from ErisDS/issue-2015
...
Improvement for published posts with no published_at
2014-01-26 08:09:26 -08:00
Hannah Wolfe
7049d0f338
Improvement for published posts with no published_at
...
issue #2015
- this is another little workaround / improvement to try to reduce the number of people who end up with a published post with no published_at set
- I assume we need to complete #1655 to fix this properly
2014-01-26 12:05:27 +00:00
Xie JinBin
1d1caada6b
bug caused by unidecode's bug
...
close #1986
- remove URL reserved chars after unidecode, because unidecode will produce some URL reserved chars.
2014-01-26 19:31:19 +08:00
Hannah Wolfe
b0345b6238
Merge pull request #2024 from jgillich/0.4-maintenance
...
Use absolute path when storing images
2014-01-26 02:45:24 -08:00
Hannah Wolfe
98d901214c
Merge pull request #2032 from hswolff/fix-2011
...
Have NProgress called for all ajax calls
2014-01-26 02:41:59 -08:00