Skip to content

Commit f11faa2

Browse files
author
bugfish\bugfishtm
committed
3.35
1 parent 5c6733c commit f11faa2

File tree

102 files changed

+4762
-10753
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+4762
-10753
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,18 @@
22

33
Follow these guidelines if you'd like to contribute to the project!
44

5-
---
65

7-
## Table of contents
8-
9-
Read through these guidelines before you get started:
10-
11-
1. [Questions & Concerns](#questions--concerns)
12-
2. [Issues & Bugs](#issues--bugs)
13-
3. [Feature Requests](#feature-requests)
14-
4. [Submitting Pull Requests](#submitting-pull-requests)
15-
5. [Code Style](#code-style)
16-
17-
## Questions & concerns
6+
## Questions
187

198
If you have any questions about using or developing for this project, reach out to @bugfishtm.
209

21-
## Issues & bugs
10+
## Issues
2211

2312
Submit an issue or pull request with a fix if you find any bugs in
24-
the project. When submitting an issue or pull request, make sure you're as detailed as possible and fill in all answers to questions asked in the templates. For example, an issue that simply states "X/Y/Z isn't working!" will be closed.
25-
26-
## Feature requests
27-
28-
Submit an issue to request a new feature. Features fall into one of two
29-
categories:
30-
31-
1. **Major**: Major changes should be discussed via email. I'm
32-
always open to suggestions and will get back to you as soon as I can!
33-
2. **Minor**: A minor feature can simply be added via a pull request.
34-
35-
## Submitting pull requests
36-
37-
Before you do anything, make sure you check the current list of pull requests
38-
to ensure you aren't duplicating anyone's work. Then, do the following:
13+
the project. When submitting an issue or pull request, make sure you're as detailed as possible.
3914

40-
1. Fork the repository and make your changes in a git branch: `git checkout -b my-branch base-branch`
41-
2. Read and follow the code style guidelines.
42-
3. Make sure your feature or fix doesn't break the project! Test thoroughly.
43-
4. Commit your changes, and be sure to leave a detailed commit message.
44-
5. Push your branch to your forked repo on GitHub: `git push origin my-branch`
45-
6. Submit a pull request and hold tight!
46-
7. If any changes are requested by the project maintainers, make them and follow this process again until the changes are merged in.
15+
## Features
4716

48-
## Code style
17+
Submit an issue to request a new feature.
4918

50-
Please mark your changes by comments inside the code structure.
19+
🐟 Bugfish <3

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,7 @@
1-
# Submit a feature request or bug report
1+
Issues & Features:
22

3-
Before you submit an issue, check to see if it has already been reported!
4-
Any questions should be directed to @bugfishtm.
5-
6-
---
7-
8-
9-
## Information
10-
11-
- Operating System: X
12-
- Browser: X
13-
- Software Version: X
14-
- Software Build: X
15-
16-
## Description
3+
- Include screenshots if possible and describe the issue you have or the feature you want to have included.
4+
- Add steps if possible to reproduce your issue, that the support can better understand whats going on if you post an issue.
5+
- Add relevant Software / Server or Device Information to solve your issue.
176

18-
Include screenshots if possible and describe the issue you have or the feature you want to add. If you are adding a bug report, try to add upper information like software version and operating system, so we can better understand your issue. This is a general issue template, in some repositories some requested information may not be necessary or required.
19-
20-
## Steps to reproduce
21-
22-
Add steps if possible to reproduce your issue, that the support can better understand whats going on.
23-
24-
## Other relevant information
25-
26-
Add any other relevant information about this issue.
7+
Any questions should be directed to @bugfishtm.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,12 @@
1-
# Submit a pull request
1+
Please provide information:
22

3-
Thank you for submitting a pull request! To speed up the review process, please ensure that everything below
4-
is true:
3+
- Details: Provide details about your pull request and what it adds, fixes, or changes.
4+
- Issues fixed: Enter the issue numbers resolved by this pull request below, if any.
5+
6+
Please check your request:
57

68
1. This is not a duplicate of an existing pull request.
79
2. No existing features have been broken without good reason.
810
3. Your commit messages are detailed.
9-
4. The code style guidelines have been followed.
10-
5. Documentation has been updated to reflect your changes.
11-
6. Tests have been added or updated to reflect your changes.
12-
7. All tests have passed.
1311

1412
Any questions should be directed to @bugfishtm.
15-
16-
---
17-
18-
## Pull request details
19-
20-
Provide details about your pull request and what it adds, fixes, or changes.
21-
22-
## Breaking changes
23-
24-
Describe what features are broken by this pull request and why, if any.
25-
26-
## Issues fixed
27-
28-
Enter the issue numbers resolved by this pull request below, if any.
29-
30-
## Other relevant information
31-
32-
Provide any other important details below.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [3.35] - 2024-11-29
4+
### Changes
5+
- Changes on the Documentation
6+
- Change on General GLP Notice
7+
38
## [3.34] - 2024-11-29
49
### Changes
510
- Language Class x_class_lang array from Database now same structure as from file retrieval.

CONTRIBUTING.md

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,18 @@
22

33
Follow these guidelines if you'd like to contribute to the project!
44

5-
---
65

7-
## Table of contents
8-
9-
Read through these guidelines before you get started:
10-
11-
1. [Questions & Concerns](#questions--concerns)
12-
2. [Issues & Bugs](#issues--bugs)
13-
3. [Feature Requests](#feature-requests)
14-
4. [Submitting Pull Requests](#submitting-pull-requests)
15-
5. [Code Style](#code-style)
16-
17-
## Questions & concerns
6+
## Questions
187

198
If you have any questions about using or developing for this project, reach out to @bugfishtm.
209

21-
## Issues & bugs
10+
## Issues
2211

2312
Submit an issue or pull request with a fix if you find any bugs in
24-
the project. When submitting an issue or pull request, make sure you're as detailed as possible and fill in all answers to questions asked in the templates. For example, an issue that simply states "X/Y/Z isn't working!" will be closed.
25-
26-
## Feature requests
27-
28-
Submit an issue to request a new feature. Features fall into one of two
29-
categories:
30-
31-
1. **Major**: Major changes should be discussed via email. I'm
32-
always open to suggestions and will get back to you as soon as I can!
33-
2. **Minor**: A minor feature can simply be added via a pull request.
34-
35-
## Submitting pull requests
36-
37-
Before you do anything, make sure you check the current list of pull requests
38-
to ensure you aren't duplicating anyone's work. Then, do the following:
13+
the project. When submitting an issue or pull request, make sure you're as detailed as possible.
3914

40-
1. Fork the repository and make your changes in a git branch: `git checkout -b my-branch base-branch`
41-
2. Read and follow the code style guidelines.
42-
3. Make sure your feature or fix doesn't break the project! Test thoroughly.
43-
4. Commit your changes, and be sure to leave a detailed commit message.
44-
5. Push your branch to your forked repo on GitHub: `git push origin my-branch`
45-
6. Submit a pull request and hold tight!
46-
7. If any changes are requested by the project maintainers, make them and follow this process again until the changes are merged in.
15+
## Features
4716

48-
## Code style
17+
Submit an issue to request a new feature.
4918

50-
Please mark your changes by comments inside the code structure.
19+
🐟 Bugfish <3

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
The Bugfish Framework, meticulously designed for web developers, prioritizes security, flexibility, and performance. Its architecture streamlines development processes, enhancing efficiency and scalability, while a dedicated community provides support and resources for developers to maximize their projects' potential. Comprehensive documentation accompanies the framework, offering detailed insights into every function and class, accessible [here](https://bugfishtm.github.io/bugfish-framework/), serving as an invaluable resource to deepen understanding and facilitate smoother development workflows.
66

7+
## Documentation
8+
This framework is documented inside the files you can find in the "docs" folder. Just open the index.html with your web browser and you can navigate through the documentation of every class and function.
9+
10+
You can also find the documentation at:
11+
https://bugfishtm.github.io/bugfish-framework/
712

813
## Repository Folders
914

@@ -62,7 +67,7 @@ Access a comprehensive array of JavaScript functions designed for integration ac
6267

6368
If you want to support us, include this image somewhere in your project, that people can see this project has been created with help of this framework:
6469

65-
![a](./_images/bugfish-framework-banner.jpg)
70+
![a](./_images/banner.jpg)
6671

6772
## Get Support
6873

@@ -71,3 +76,5 @@ Should you encounter any issues or have questions while using this software, ple
7176
## Licensing Information
7277

7378
The Bugfish Framework is released under the GPLv3 License, affording you the freedom to use, modify, and distribute the project as you see fit. It is imperative to note that the "_vendor" folder contains various libraries, each with its own unique licenses. To ensure full compliance and understanding of the licensing terms associated with these included libraries, we encourage you to consult our comprehensive documentation on our GitHub page. This documentation provides exhaustive information regarding the specific licenses and any additional requirements tied to individual libraries. Your responsible adherence to these licenses is pivotal when utilizing this project. Your interest and collaboration are greatly appreciated. See Documentation of this Project in the _docs folder to get more insights about licenses of libraries used in this framework. All of them are LGPL or GPL Licenses.
79+
80+
🐟 Bugfish <3

_framework/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
This folder contains the current deployed version of the Bugfish Framework source files. Find the version number in `x_class_version`. Explore its features for bug tracking and feature implementation. For more detailed information, visit [Bugfish Framework on GitHub](https://github.com/bugfishtm/bugfish-framework).
44

5-
Happy coding and have a great one!
65
🐟 Bugfish <3

_framework/classes/x_class_2fa.php

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?php
22
/*
3-
bb fff iii hh
4-
bb uu uu gggggg ff sss hh
5-
bbbbbb uu uu gg gg ffff iii s hhhhhh
6-
bb bb uu uu ggggggg ff iii sss hh hh
7-
bbbbbb uuuu u gg ff iii s hh hh
8-
ggggg sss
9-
10-
____ ____ __ __ __ ____ _ _ _____ ____ _ _
11-
( ___)( _ \ /__\ ( \/ )( ___)( \/\/ )( _ )( _ \( )/ )
12-
)__) ) / /(__)\ ) ( )__) ) ( )(_)( ) / ) (
13-
(__) (_)\_)(__)(__)(_/\/\_)(____)(__/\__)(_____)(_)\_)(_)\_)
14-
3+
____ __ __ ___ ____ ____ ___ _ _
4+
( _ \( )( )/ __)( ___)(_ _)/ __)( )_( )
5+
) _ < )(__)(( (_-. )__) _)(_ \__ \ ) _ (
6+
(____/(______)\___/(__) (____)(___/(_) (_) www.bugfish.eu
7+
___ _
8+
/ __) | |
9+
| |__ ____ ____ ____ ____ _ _ _ ___ ____| | _
10+
| __) ___) _ | \ / _ ) | | |/ _ \ / ___) | / )
11+
| | | | ( ( | | | | ( (/ /| | | | |_| | | | |< (
12+
|_| |_| \_||_|_|_|_|\____)\____|\___/|_| |_| \_)
1513
Copyright (C) 2024 Jan Maurice Dahlmanns [Bugfish]
1614
1715
This program is free software: you can redistribute it and/or modify

_framework/classes/x_class_api.php

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?php
22
/*
3-
bb fff iii hh
4-
bb uu uu gggggg ff sss hh
5-
bbbbbb uu uu gg gg ffff iii s hhhhhh
6-
bb bb uu uu ggggggg ff iii sss hh hh
7-
bbbbbb uuuu u gg ff iii s hh hh
8-
ggggg sss
9-
10-
____ ____ __ __ __ ____ _ _ _____ ____ _ _
11-
( ___)( _ \ /__\ ( \/ )( ___)( \/\/ )( _ )( _ \( )/ )
12-
)__) ) / /(__)\ ) ( )__) ) ( )(_)( ) / ) (
13-
(__) (_)\_)(__)(__)(_/\/\_)(____)(__/\__)(_____)(_)\_)(_)\_)
14-
3+
____ __ __ ___ ____ ____ ___ _ _
4+
( _ \( )( )/ __)( ___)(_ _)/ __)( )_( )
5+
) _ < )(__)(( (_-. )__) _)(_ \__ \ ) _ (
6+
(____/(______)\___/(__) (____)(___/(_) (_) www.bugfish.eu
7+
___ _
8+
/ __) | |
9+
| |__ ____ ____ ____ ____ _ _ _ ___ ____| | _
10+
| __) ___) _ | \ / _ ) | | |/ _ \ / ___) | / )
11+
| | | | ( ( | | | | ( (/ /| | | | |_| | | | |< (
12+
|_| |_| \_||_|_|_|_|\____)\____|\___/|_| |_| \_)
1513
Copyright (C) 2024 Jan Maurice Dahlmanns [Bugfish]
1614
1715
This program is free software: you can redistribute it and/or modify

_framework/classes/x_class_benchmark.php

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?php
22
/*
3-
bb fff iii hh
4-
bb uu uu gggggg ff sss hh
5-
bbbbbb uu uu gg gg ffff iii s hhhhhh
6-
bb bb uu uu ggggggg ff iii sss hh hh
7-
bbbbbb uuuu u gg ff iii s hh hh
8-
ggggg sss
9-
10-
____ ____ __ __ __ ____ _ _ _____ ____ _ _
11-
( ___)( _ \ /__\ ( \/ )( ___)( \/\/ )( _ )( _ \( )/ )
12-
)__) ) / /(__)\ ) ( )__) ) ( )(_)( ) / ) (
13-
(__) (_)\_)(__)(__)(_/\/\_)(____)(__/\__)(_____)(_)\_)(_)\_)
14-
3+
____ __ __ ___ ____ ____ ___ _ _
4+
( _ \( )( )/ __)( ___)(_ _)/ __)( )_( )
5+
) _ < )(__)(( (_-. )__) _)(_ \__ \ ) _ (
6+
(____/(______)\___/(__) (____)(___/(_) (_) www.bugfish.eu
7+
___ _
8+
/ __) | |
9+
| |__ ____ ____ ____ ____ _ _ _ ___ ____| | _
10+
| __) ___) _ | \ / _ ) | | |/ _ \ / ___) | / )
11+
| | | | ( ( | | | | ( (/ /| | | | |_| | | | |< (
12+
|_| |_| \_||_|_|_|_|\____)\____|\___/|_| |_| \_)
1513
Copyright (C) 2024 Jan Maurice Dahlmanns [Bugfish]
1614
1715
This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)