1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-25 17:23:00 +00:00
Commit graph

408 commits

Author SHA1 Message Date
Isabeau Kisler
878cf90e5b Fix issue where bottom nav is cut off - remove index.php
Remove changes from build/index.php
2017-05-28 15:37:53 -07:00
Isabeau Kisler
3264c53f92 Fix issue where bottom nav is cut off
When sidebar is longer than page, the left nav bar button is hidden.  Add rule to default styles to change nav.bottom to position: relative when there is a sidebar present
2017-05-28 11:30:50 -07:00
adc6b93f6d Reverse the order comments are displayed in 2017-05-22 20:30:26 +01:00
27c8037506 Fix & finish jump to comments button 2017-05-22 20:01:25 +01:00
6835c77384 Add initial jump to comments link, but it doesn't work yet. 2017-05-20 16:07:42 +01:00
fa1f03f38a Make comment recent changes dislpay more robust 2017-05-20 15:40:59 +01:00
f6c9ac075a Fix email_user 2017-05-20 15:35:25 +01:00
b621c13c03 Add comments to recent changes 2017-05-20 15:18:22 +01:00
4c57ae8c37 Fix warnings on recent changes page 2017-05-20 15:05:25 +01:00
06ddf4c454 Fix nasty bug in find_comment 2017-05-20 14:50:17 +01:00
0f30af6f83 Add comment_time_icon setting and add link to edit master settings from credits 2017-05-20 12:33:26 +01:00
54f89296a1 Make more menu appear above page again... :P 2017-05-20 11:14:50 +01:00
367b6da149 Refine commenting form some more 2017-05-14 21:51:04 +01:00
d3d56bdaa7 Fix comment replies on the server-side 2017-05-13 17:03:25 +01:00
83ab6bf5b3 Fix the reply box 2017-05-13 16:37:06 +01:00
7c2a0a2e91 Create commenting system for logged in users. It's currently untested! 2017-05-13 15:35:18 +01:00
e2661a5ebb Add stacked bar to show where your space has gone 2017-04-17 14:01:19 +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
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
22c2c7fede bump version 2017-03-23 21:15:49 +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
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
191d5370e0 Make editing textarea automatically expand with it's contents! 2017-03-05 16:15:50 +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
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
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
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
50140cbf18 Improve help page description for random redirector 2017-01-02 21:25:18 +00:00
4e126710aa Correct subsection spelling error on help page. 2017-01-02 20:41:21 +00:00
433b83072a Bump versions & tweak help page ordering a bit 2017-01-02 20:39:52 +00:00
3e58a7b03d Add conditional user preferences section to help page. 2017-01-02 20:38:18 +00:00
abfeea06a8 Move password changing apidoc comment 2017-01-02 20:25:46 +00:00
103889d41c Bugfix: Push page path through makepathsafe when detecting redlinks 2016-12-26 18:30:29 +00:00
d17925a662 Improve security of PHP session variable by setting HttpOnly flag. Fixes #129. 2016-12-23 21:31:33 +00:00