|
7eda24afd6
|
Update README - it was due an update, I think
|
2017-05-13 17:06:24 +01:00 |
|
|
d3d56bdaa7
|
Fix comment replies on the server-side
|
2017-05-13 17:03:25 +01:00 |
|
|
1b22deea54
|
Remove php 5.6 from travis-ci tester
|
2017-05-13 17:03:11 +01:00 |
|
|
83ab6bf5b3
|
Fix the reply box
|
2017-05-13 16:37:06 +01:00 |
|
|
549ce9fc35
|
Ignore comments files so they don't get committed to git by accident
|
2017-05-13 16:18:43 +01:00 |
|
|
c5dbe16222
|
Update MathJax CDN link
|
2017-05-13 16:17:17 +01:00 |
|
|
d00c6c1b9b
|
Create commenting system for logged in users. It's currently untested!
|
2017-05-13 15:59:39 +01:00 |
|
|
7c2a0a2e91
|
Create commenting system for logged in users. It's currently untested!
|
2017-05-13 15:35:18 +01:00 |
|
|
2407d6e542
|
Improve makepathsafe()
|
2017-05-13 15:25:41 +01:00 |
|
|
409eabd13c
|
Upgrade the core y adding email_user and email_users functions to core
|
2017-05-12 22:25:05 +01:00 |
|
|
07eac70e9e
|
Add previous addition to changelog
|
2017-04-17 14:02:32 +01:00 |
|
|
e2661a5ebb
|
Add stacked bar to show where your space has gone
|
2017-04-17 14:01:19 +01:00 |
|
|
477e065375
|
Add startsWith to core
|
2017-04-17 13:00:40 +01:00 |
|
|
725a472880
|
Move the bottom help section to the top
|
2017-04-17 12:46:11 +01:00 |
|
|
dac4684c14
|
Add default param to errorimage()
|
2017-04-17 12:44:27 +01:00 |
|
|
6079fe43b5
|
Bump to v0.14-dev
|
2017-04-17 12:21:12 +01:00 |
|
|
7e09a3674e
|
Correct spelling in changelog
|
2017-04-01 17:08:25 +01:00 |
|
|
cbbfac6fe9
|
Prepare for release :D
|
2017-04-01 17:02:06 +01:00 |
|
|
96fcbb90de
|
Bugfix: Don't search page titles and tags for stop words
|
2017-03-23 21:25:55 +00:00 |
|
|
3bf9274647
|
Update changelog again
|
2017-03-23 21:17:39 +00:00 |
|
|
22c2c7fede
|
bump version
|
2017-03-23 21:15:49 +00:00 |
|
|
4e08df613f
|
Update changelog
|
2017-03-23 21:15:30 +00:00 |
|
|
313bcc7edf
|
Add method to return raw search result information as json
|
2017-03-23 21:13:20 +00:00 |
|
|
d83bbb3527
|
Clear out the id index when rebuilding the inverted index - it sometimes goes all funny otherwise, apparently
|
2017-03-23 20:48:42 +00:00 |
|
|
2a3beccc72
|
Fix a few spelling mistakes etc. in the changelog
|
2017-03-21 19:36:24 +00:00 |
|
|
ced507fc89
|
Bump version for the first beta of v0.13~! :D
|
2017-03-21 19:20:01 +00:00 |
|
|
d19d83d99a
|
Make page names that are redirects italics in search results.
|
2017-03-20 20:21:25 +00:00 |
|
|
8404b0cec6
|
Default to snippet from the page source in search result context generation - some pages may appear when the search terms appear only in the title or tags, and not the page source.
|
2017-03-20 20:08:56 +00:00 |
|
|
86ebcf57a0
|
Link to master settings from user preferences for admins
|
2017-03-20 19:57:50 +00:00 |
|
|
bdbb40070c
|
Bugfix: Link pages with "'" in their names correctly in page lists
|
2017-03-09 15:53:29 +00:00 |
|
|
e0cedbf9b7
|
Monkeypatch new internal link logic
|
2017-03-09 10:47:25 +00:00 |
|
|
a1516d9830
|
Update changelog
|
2017-03-06 21:38:01 +00:00 |
|
|
191d5370e0
|
Make editing textarea automatically expand with it's contents!
|
2017-03-05 16:15:50 +00:00 |
|
|
e4c5250d47
|
Fix spelling mistake in changelog
|
2017-02-25 16:25:01 +00:00 |
|
|
b693953a5c
|
Bugfix: Include the rest of a word in internal links.
|
2017-02-25 10:57:10 +00:00 |
|
|
1f92578030
|
Update build
|
2017-02-18 21:52:30 +00:00 |
|
|
65f7fef345
|
Add user list action
|
2017-02-18 21:52:05 +00:00 |
|
|
3c5815bf76
|
Prevent users from including attacks in their names.
|
2017-02-18 21:45:52 +00:00 |
|
|
9702343735
|
Added help section for user pages.
|
2017-02-18 20:55:25 +00:00 |
|
|
33b39f46d3
|
Link usernames in recent changesto their respective user pages
|
2017-02-12 09:55:37 +00:00 |
|
|
6b2cdc354a
|
Link own username to your user page
|
2017-02-11 15:43:18 +00:00 |
|
|
3c7e4fb09a
|
Add user pages to changelog
|
2017-02-11 15:34:04 +00:00 |
|
|
355d6fbb56
|
Sort the registered actions list on the dev help page
|
2017-02-11 15:29:25 +00:00 |
|
|
94e597a895
|
Restrict editing of user pages correctly.
|
2017-02-11 15:22:04 +00:00 |
|
|
b200820562
|
Write a few core functions for.... user pages! Yeah, #132, you're up!
|
2017-02-11 12:01:49 +00:00 |
|
|
0c8d62b5be
|
Tweak user preferences a bit more
|
2017-02-11 11:58:00 +00:00 |
|
|
21e49fb87a
|
Bugfix: Fix email address saving.
|
2017-02-10 19:58:16 +00:00 |
|
|
23a2e24238
|
Finish user preferences email address saving
|
2017-02-10 19:55:56 +00:00 |
|
|
3d728542fb
|
More user preferences stuff for #128
|
2017-01-26 20:59:04 +00:00 |
|
|
5d9e464ce5
|
Improve search performance - fixes #130
|
2017-01-26 20:55:46 +00:00 |
|