Changesets: MantisBT

master dfd12561

2016-10-24 05:54

Joel C. Llano

Committer: vboctor


Details Diff
Add unit tests for Markdown

- focus on header stuff
- include in AllTests suite
mod - tests/Mantis/AllTests.php Diff File
add - tests/Mantis/MarkdownTest.php Diff File

master 02e72e0f

2016-10-24 00:57

Joel C. Llano

Committer: vboctor


Details Diff
Remove api, implement single instance instead

- renamed MantisMarkdown.php class with .class for standard
- ensure to update the Formatting with the new markdown instance
mod - core.php Diff File
add - core/classes/MantisMarkdown.class.php Diff File
rm - core/classes/MantisMarkdown.php Diff
rm - core/markdown_api.php Diff
mod - plugins/MantisCoreFormatting/MantisCoreFormatting.php Diff File

master 9c814314

2016-10-23 14:20

Carlos Proensa


Details Diff
Modify my-view recently modified

Use the new last-updated filter property to generate a filter that
shows issues updated in the last 30 days.

Fixes: 0021044
mod - core/filter_api.php Diff File
mod - my_view_inc.php Diff File

master 9fe2dd4c

2016-10-23 09:34

Carlos Proensa


Details Diff
Fix labels for last updated filter field dates

Fix the labels for start/end date.
mod - core/filter_form_api.php Diff File

master 12c7e058

2016-10-23 09:31

Carlos Proensa


Details Diff
Simplify date fields javascript

Use a generic script to enabe or disable the filter date fields.
mod - core/filter_form_api.php Diff File
mod - js/common.js Diff File

master 47bcbec7

2016-10-23 07:30

Carlos Proensa


Details Diff
Rename old date filter constants

Rename the old date filter constants to the pattern:
FILTER_PROPERTY_DATE_SUBMITTED_xxx

Note:
- Keeps the old ones for backward compatibility
- Does not modify the actual constant values as they are used by
existing filters
mod - api/soap/mc_filter_api.php Diff File
mod - billing_inc.php Diff File
mod - bugnote_stats_inc.php Diff File
mod - core/filter_api.php Diff File
mod - core/filter_constants_inc.php Diff File
mod - core/filter_form_api.php Diff File
mod - core/summary_api.php Diff File
mod - search.php Diff File

master f7a8296c

2016-10-23 07:06

Carlos Proensa


Details Diff
Rename new filter constants values

Rename the values to the pattern:
last_updated_xxx
mod - core/filter_constants_inc.php Diff File
mod - js/common.js Diff File

master 682c2421

2016-10-23 07:01

Carlos Proensa


Details Diff
Fix search.php

end_month was duplicated, missing start_day
mod - search.php Diff File

master 4fbaf58e

2016-10-23 06:42

Carlos Proensa


Details Diff
Rename new filter constants

Rename the new filter constants to the pattern:
FILTER_PROPERTY_LAST_UPDATED_xxx
mod - core/filter_api.php Diff File
mod - core/filter_constants_inc.php Diff File
mod - core/filter_form_api.php Diff File
mod - search.php Diff File

master f0851881

2016-10-23 06:36

Carlos Proensa


Details Diff
Clean up
mod - core/filter_api.php Diff File
mod - core/filter_form_api.php Diff File

master cf83ffbf

2016-10-23 06:11

Carlos Proensa


Details Diff
Clean up search sequence for return dynamic filter

Remove old code
Rearrange the logic to trigger properly the errors if not found
mod - core/filter_form_api.php Diff File
mod - return_dynamic_filters.php Diff File

master 1cb9d6c2

2016-10-22 21:51

vboctor


Details Diff
Merge remote-tracking branch 'origin/master-1.3.x'

# Conflicts:
# core/constant_inc.php
mod - core/bug_api.php Diff File
mod - core/bugnote_api.php Diff File
mod - core/constant_inc.php Diff File
mod - core/string_api.php Diff File
mod - core/summary_api.php Diff File
mod - docbook/Admin_Guide/en-US/Customizing.xml Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File
mod - my_view_inc.php Diff File
mod - plugins/Gravatar/Gravatar.php Diff File

master f5aaf8dc

2016-10-22 15:02

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
add last update date filter info in permalink url generation
mod - core/filter_api.php Diff File

master 73968054

2016-10-22 15:00

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
Add last updated filter in search
mod - search.php Diff File

master bce50b93

2016-10-22 14:54

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
Use date constant in billing_inc.php

Replace static declarations with already defined constants
mod - billing_inc.php Diff File

master 034e873c

2016-10-22 13:57

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
Fix for last update filter

wrong variable names, duplicated from creation date
mod - core/filter_api.php Diff File

master f6107e87

2016-10-22 13:34

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
Database query to filter last updated date
mod - core/filter_api.php Diff File

master 72ad30bc

2016-10-22 13:29

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
Handle last updated date checkbox

Activate/desactivate the filter fields to declare start and end dates
mod - core/filter_form_api.php Diff File
mod - js/common.js Diff File

master ead96f23

2016-10-22 12:47

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
Use date constant in bugnote_stats_inc.php

replace static call by FILTER_PROPERTY_*
mod - bugnote_stats_inc.php Diff File

master 777993a7

2016-10-22 12:40

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
Set default values for new filter properties

Same default values than creation date
mod - core/filter_api.php Diff File

master 23a9bf8a

2016-10-22 12:14

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
Create functions and label used to display last update filter

really redundant with creation date
only display here, no data handling
mod - core/filter_api.php Diff File
mod - core/filter_constants_inc.php Diff File
mod - core/filter_form_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_french.txt Diff File

master 15671d3d

2016-10-22 11:41

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
create constants for filter Last Updated
mod - core/filter_constants_inc.php Diff File

master 7558bfb9

2016-10-22 11:39

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
Change translation for date filter labels

date filter is now labelled date submitted
English and French
mod - lang/strings_english.txt Diff File
mod - lang/strings_french.txt Diff File

master 3155958c

2016-10-22 11:22

Bob Le Bricodeur

Committer: Carlos Proensa


Details Diff
Fix filter by date display checkbox
mod - return_dynamic_filters.php Diff File

master 871a892e

2016-10-22 09:11

syncguru

Committer: vboctor


Details Diff
Show sidbar trigger button for mid-size screens

Fixes 0021715
Affected Issues
0021715
mod - core/layout_api.php Diff File
mod - css/ace-mantis.css Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 211 212 213 214 215 216 217 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last