Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-24 | Merge pull request #5 from Ablu/patch-2 | o11c | 1 | -6/+5 | |
[sh-version] Forget clean text password after registration | |||||
2014-02-20 | Forget clean text password after registration | Erik Schilling | 1 | -6/+5 | |
Currently all passwords stay in the db for ever. This now deletes no longer required passwords. Please also run `DELETE FROM tmw_accounts WHERE STATE = 1;` | |||||
2014-02-20 | Add the create account script we actually use | Ben Longbons | 2 | -80/+95 | |
2014-02-04 | Move mysql conf to a separate file to avoid local changes in production | Ben Longbons | 1 | -0/+0 | |
2014-02-03 | Remove links to Mana | Ben Longbons | 1 | -19/+1 | |
2014-02-03 | Switch encoding to UTF-8 | Ben Longbons | 1 | -2/+2 | |
2013-10-17 | Make homepage HTTPS friendly | Ben Longbons | 5 | -16/+22 | |
2013-06-25 | We no longer need DNS to access news from the update server | Ben Longbons | 1 | -1/+3 | |
2013-06-09 | Added Android icon | Dweems000 | 2 | -1/+1 | |
-added android icon for downloads.php | |||||
2013-05-12 | Merge pull request #2 from jtoelke/master | o11c | 1 | -8/+21 | |
Updating the downloads page | |||||
2013-05-12 | More updates on the downloads page: | Jessica Tölke | 1 | -3/+4 | |
- Add link to tmw-branded manaplus. - Re-add link to tmw-branded mana 0.6.0. - Mark Windows Portable as mana based. - Add link to manaplus android app. | |||||
2013-05-09 | Fixes based on bjorn's feedback. | Jessica Tölke | 1 | -2/+2 | |
There's still the open quest whether to remove the direct download links (and see about the branding) and only link to the download pages of mana and manaplus. | |||||
2013-05-09 | Updating the downloads page: | Jessica Tölke | 1 | -8/+20 | |
- some phrasing fixes - distinct between mana and manaplus downloads - add downloads to some manaplus versions, especially the MAC versions | |||||
2013-05-05 | Removed inaccurate message | Thorbjørn Lindeijer | 1 | -7/+4 | |
There will for sure be future Mana client releases that support tmwAthena. Also fixed the ManaPlus text to be in a paragraph, to correct the margins. | |||||
2013-03-08 | Some updates | Stefan Dombrowski | 4 | -55/+18 | |
* IRC link updated and moved to sidebar * Links to Google+, Facebook, Github and Trello added * Link to Sourceforge now points to our project page * Outdated RSS feed removed * Links page removed * Links to Mantis, "No Software Patents" and Manasource removed * IE6 is not longer supported | |||||
2013-01-31 | Point to ManaPlus and deprecate Mana and music | Ben Longbons | 1 | -13/+14 | |
2013-01-23 | Point main page to client news instead of RSS feed | Ben Longbons | 1 | -0/+3 | |
2012-10-14 | Added forgotten link to branding files | Thorbjørn Lindeijer | 1 | -1/+1 | |
2012-10-14 | Updated Downloads page | Thorbjørn Lindeijer | 1 | -20/+29 | |
The downloads page now links to the Mana project and all the TMW-branded packages are categorized as such. The links to the Fedora and Gentoo packages were updated. A reference to the latest branding package was added. A reference to an ancient Ubuntu PPA was removed. | |||||
2012-06-17 | Add note that Frost can create accounts, too. | Ben Longbons | 1 | -1/+1 | |
2012-02-15 | Updated Gentoo link to the 'mana' package in Gentoo | Thorbjørn Lindeijer | 1 | -1/+1 | |
There is no 'tmw' package in Gentoo at the moment. | |||||
2012-02-14 | Conservative update to the TMW 0.6.0 installer for Windows | Thorbjørn Lindeijer | 1 | -1/+1 | |
2012-02-14 | Removed the unused Gallery page | Thorbjørn Lindeijer | 2 | -350/+0 | |
The wiki replaced this gallery a long time ago. | |||||
2011-12-09 | Adding RSS and updating link for OS X client | Stefan Dombrowski | 2 | -1/+2 | |
Reviewed-by: Bertram | |||||
2011-12-08 | Relocate the help for ineffective registering | Stefan Dombrowski | 1 | -2/+3 | |
Since it describes a problem that can happen after the new player has registered, it is now shown after registering. Also making the text less scary. | |||||
2011-12-08 | Moving the "Registration" link to the top | Stefan Dombrowski | 1 | -1/+1 | |
The most important job of the website is that new player register. Therefor the link for registering was moved to the top. Furthermore the "Download" link is now below the register link. | |||||
2011-10-22 | Prevented the website from outgrowing its intended scale | Thorbjørn Lindeijer | 1 | -0/+2 | |
Screen resolutions have gone totally mad since this website was designed. Fortunately max-width is now standard CSS, so use it to limit the width to 1350 pixels. | |||||
2011-10-22 | Linked the screenshot to the Screenshots page | Thorbjørn Lindeijer | 1 | -19/+1 | |
And removed the 'more screenshots' link. | |||||
2011-10-22 | Updated section about the development version | Thorbjørn Lindeijer | 1 | -4/+4 | |
The Mana project moved its repositories to github.com | |||||
2011-10-22 | Updated link to Windows installer to 0.5.3 release | Thorbjørn Lindeijer | 1 | -1/+1 | |
2011-04-18 | Updated source code download link to 0.5.2 | Thorbjørn Lindeijer | 1 | -1/+1 | |
This package isn't very well tested and it might be better to link to the mana source release and the tmw branding file, but we'll work on that later. | |||||
2011-04-17 | Updated link to Windows installer to 0.5.2 release | Thorbjørn Lindeijer | 1 | -1/+1 | |
2011-04-11 | Updated footer copyright year and the doc about the music package. | Yohann Ferreira | 2 | -5/+4 | |
Trivial. | |||||
2011-04-06 | Rely directly on border-radius | Thorbjørn Lindeijer | 3 | -4/+3 | |
The time that we have to rely on -moz-border-radius and -webkit-border-radius appears to be over, since both browsers now support the standard border-radius property, which should also work in other browsers like Opera. | |||||
2011-04-06 | Download page updates | Thorbjørn Lindeijer | 1 | -4/+3 | |
* Updated the link to the Windows installer to 0.5.1 * Removed the link to the outdated Slackware package * Forced the FreeBSD and OpenBSD icons to 16x16 | |||||
2011-04-06 | Updated the download link for tmwmusic to the new 0.3 version | Thorbjørn Lindeijer | 1 | -1/+1 | |
2011-04-06 | Updated the website content in several places | Yohann Ferreira | 6 | -120/+29 | |
* Corrected information about getting the latest development version of the client * Removed the outdated Servers page and link again to the wiki * Removed some outdated links to external pages * Removed the empty and unused Screenshots page Reviewed-by: Thorbjørn Lindeijer | |||||
2011-04-06 | Committed notice added to Registration page | Thorbjørn Lindeijer | 1 | -1/+2 | |
2011-04-06 | Style improvements to notice on Downloads page | Thorbjørn Lindeijer | 1 | -2/+2 | |
2010-09-26 | Removed the ChipIn box | Stefan Dombrowski | 1 | -25/+0 | |
The fund raising has ended a while ago. | |||||
2010-06-09 | Correction to the chipIn box. The paypal page is still be set up in | Yohann Ferreira | 1 | -2/+8 | |
English. | |||||
2010-06-09 | Added the chipIn box for donation to Platyna. | Yohann Ferreira | 1 | -0/+19 | |
2010-02-27 | Added UFB Mana World to the server list | Thorbjørn Lindeijer | 1 | -0/+8 | |
2010-02-27 | Adjust what kind of characters are allowed in username/password | Thorbjørn Lindeijer | 1 | -3/+3 | |
2009-12-04 | Made the message about registration stand out more | Thorbjørn Lindeijer | 2 | -2/+4 | |
2009-12-04 | Updated the link to the IRC channel | Thorbjørn Lindeijer | 3 | -7/+4 | |
Also removed unnecessary key variables, since they are set in keys.php. | |||||
2009-12-04 | Make registration more visible and add link to portable apps | Stefan Dombrowski | 2 | -1/+4 | |
2009-11-13 | Revert "Removed mentioning of Brazilian server" | Thorbjørn Lindeijer | 1 | -1/+10 | |
This reverts commit b6a41f518c6072fa0e9689f2df547b495e62e401. The idea is that Gui his forum account was hacked instead, and that the Brazilian server is basically safe to play on. Of course, people should still always use a different password on different server. | |||||
2009-10-25 | Add ManaSource banner | Jared Adams | 2 | -0/+2 | |
2009-10-24 | Made sure WebKit based browsers also round the corners | Thorbjørn Lindeijer | 1 | -0/+1 | |