Search found 13 matches
- 20 May 2008, 06:14
- Forum: Help
- Topic: hide link for Road Map and Change Log for everyone
- Replies: 4
- Views: 4064
Re: hide link for Road Map and Change Log for everyone
There is a hook thing for it in /mantis/core/html_api.php on lines 533 - 541 inclusive, in the function print_menu() This is probably not the recommended way to do it but I bet you could kill it by replacing this # Changelog Page if ( access_has_project_level( config_get( 'view_changelog_threshold' ...
- 20 May 2008, 03:39
- Forum: Customizations
- Topic: Mantisbt architecture diagram
- Replies: 4
- Views: 5344
Re: Mantisbt architecture diagram
Man that sounds like as much a philosophical question as a technical one. Correct me if I'm wrong, any of you Mantis dev people but I would think that it probably varies from page to page. Are you more interested in the handling of users and sessions, or in the session data (what product are we look...
- 20 May 2008, 03:30
- Forum: Customizations
- Topic: Mantis Customization Examples
- Replies: 4
- Views: 7845
Re: Mantis Customization Examples
The things that I find odd about Mantis, which you might find a blessing, or a curse, or to be inconsequential: - many scripts only have one entry point at index.php, whereas with mantis you request a different file depending on which page you're looking at. This means that you can't use php alone i...
- 20 May 2008, 03:16
- Forum: Customizations
- Topic: Mantis+SMF integration
- Replies: 5
- Views: 9343
Re: Mantis+SMF integration
I use SMF and Mantis (although not together). I'm new to Mantis but I've hacked SMF to bits by now.
What part of the integration did you have problems with? I will install the mod later and see if I have a problem; I will help you out (if I remember to get back to it)
What part of the integration did you have problems with? I will install the mod later and see if I have a problem; I will help you out (if I remember to get back to it)
- 20 May 2008, 03:14
- Forum: Help
- Topic: Cannot find a decent installation procedure for Mantis
- Replies: 3
- Views: 2586
Re: Cannot find a decent installation procedure for Mantis
Well here's how I would do it if I had a fresh install of Windows and wanted to try it out: - install XAMPP - secure XAMPP, even though you probably shouldn't use it as a production server, just because it would be good practice - unzip the mantis archive somewhere under your webroot (say C:\xampp\h...
- 20 May 2008, 03:07
- Forum: Help
- Topic: hide link for Road Map and Change Log for everyone
- Replies: 4
- Views: 4064
Re: hide link for Road Map and Change Log for everyone
Off the top of my head, I would guess that you could turn those things off by dropping something like this into config_inc.php
Code: Select all
$g_roadmap_view_threshold = OFF;
$g_changelog_view_threshold = OFF;
- 19 May 2008, 20:07
- Forum: General Discussion
- Topic: Wiki Inaccuracy
- Replies: 2
- Views: 3023
Does v1.1.1 actually have a roadmap feature?
I've seen a copy of what config_inc.php should look like Unfortunately my installation was botched in some way so that it couldn't create that file (wrong group permission) Fortunately the mantis setup process caught this and provided me with some copy-and-paste text to put into a configuration file...
- 19 May 2008, 10:49
- Forum: Customizations
- Topic: Changelog clearly laid out, severity as background-color
- Replies: 3
- Views: 7844
Re: Changelog clearly laid out, severity as background-color
TRIPLE post! I AM scum. Updated CSS which on my particular installation currently: - sets severity colors - sets status colours (including in "my view" and such) strong { font-weight: 900; } *.hidden { display:none; } *.cell { display:table-cell; width: 5% } *#test3 { text-align: left; dis...
- 19 May 2008, 09:24
- Forum: Customizations
- Topic: Changelog clearly laid out, severity as background-color
- Replies: 3
- Views: 7844
Re: Changelog clearly laid out, severity as background-color
I have been playing with the file you posted here. I thought that I could do way better. I played around for ages and really I just made a lot of stupid bloat :( but it looks pretty so I'll post it here, maybe someone will fix it up. Basically, I had a couple of issues with your one: - if I wanted c...
- 19 May 2008, 09:11
- Forum: Customizations
- Topic: Changelog clearly laid out, severity as background-color
- Replies: 3
- Views: 7844
Re: Changelog clearly laid out, severity as background-color
double post, something went wrong communicating with the extremely foreign server.
Post with all the non-convention-following code comes next. sorry, people.
Post with all the non-convention-following code comes next. sorry, people.
- 19 May 2008, 02:46
- Forum: Help
- Topic: Change Log and Roadmap is empty
- Replies: 8
- Views: 14493
Re: Change Log and Roadmap is empty
Never mind, turns out I didn't stick my tongue out the corner of my mouth just so, and I was praying to the wrong deities or something. User error. I will blame it on the weather. I was sure I 'd set release dates, but really I was hallucinating.
- 19 May 2008, 02:44
- Forum: Customizations
- Topic: Alternatives CSS stylesheets
- Replies: 3
- Views: 6319
Re: Alternatives CSS stylesheets
lol. i just finished playing with mine. My stylesheet is UGLY (I have very high contrast, large fonts, lots of inverted colours, a red-eyed mantis...) and it's full of all kinds of CSS3 weirdness so it's probably not worth posting here but here are my suggestions: 1) standardize everything before yo...
- 14 May 2008, 01:29
- Forum: Help
- Topic: Change Log and Roadmap is empty
- Replies: 8
- Views: 14493
Re: Change Log and Roadmap is empty
For me this doesn't work. Doesn't work? ... The dropdown boxes appear and I can select versions from them - none of which have been marked as released. However when I select a version and save it, still nothing appears on the changelog or roadmap page. In my installation process, the server was unab...