diff --git a/.gitattribute b/.gitattribute deleted file mode 100644 index d664430..0000000 --- a/.gitattribute +++ /dev/null @@ -1,16 +0,0 @@ -# Force LF for all text files -* text=auto eol=lf - -# Ensure specific file types always use LF -*.sh text eol=lf -*.js text eol=lf -*.php text eol=lf -*.html text eol=lf -*.css text eol=lf -*.json text eol=lf -*.md text eol=lf - -# Keep binary files untouched -*.png binary -*.jpg binary -*.gif binary diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100755 index 2952fb1..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,74 +0,0 @@ -stages: - - prepare - - build - - test - - update - - deploy - -variables: - TIMEZONE: "America/New_York" # For the system in general - DATE_TIMEZONE: ${TIMEZONE} # For PHP - - GIT_DEPTH: 1 - GITLAB_API_URL: ${CI_API_V4_URL} - TARGET_BRANCH: ${CI_COMMIT_REF_NAME} # This is the branch chosen in the `Pipeline Schedule` - TARGET_REMOTE: "https://${GITLAB_USERNAME}:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}.git" - - # These could/should be overridden in an extending job: - UPDATE_BRANCH_PREFIX: "update_PHP_deps_" # Used for the update branch name, it will be followed by the datetime - GIT_USER: "DependBot" # Used for the update commit - GIT_EMAIL: "webmaster@thetempusproject.com" # Used for the update commit - GITLAB_USERNAME: "root" # Used for pushing the new branch and opening the MR - GITLAB_ACCESS_TOKEN: "glpat-PKEmivGtBfbz4DVPdhzk" # Used for pushing the new branch and opening the MR - MERGE_IF_SUCCESSFUL: "true" # Set to true, to merge automatically if the pipeline succeeds - SECONDS_BETWEEN_POOLING: 10 # Nbr of seconds between checking if the MR pipeline is successful, so then it will merge - JOB_GIT_FLAGS: "" - JOB_CURL_FLAGS: "" - JOB_COMPOSER_FLAGS: "" - -composer_update: - stage: update - rules: - - if: '$CI_COMMIT_BRANCH == "main"' - image: composer:latest - interruptible: true # allows to stop the job if a newer pipeline starts, saving resources and allowing new jobs to start because job concurrency is limited - script: - - git ${JOB_GIT_FLAGS} fetch origin ${TARGET_BRANCH} - - git ${JOB_GIT_FLAGS} checkout ${TARGET_BRANCH} - - git reset --hard origin/main - - git pull --allow-unrelated-histories - - export DATE_TIME="$(date '+%Y%m%d%H%M%S')" - - export MR_BRANCH="${UPDATE_BRANCH_PREFIX}${DATE_TIME}" - - git ${JOB_GIT_FLAGS} checkout -b "${MR_BRANCH}" - - composer update ${JOB_COMPOSER_FLAGS} - - if [ "$(git diff)" == "" ]; then echo "No updates needed!"; exit 0; fi - - export TITLE="Update PHP dependencies [${DATE_TIME}]" - - git ${JOB_GIT_FLAGS} commit -a -m "${TITLE}" - - git ${JOB_GIT_FLAGS} push "${TARGET_REMOTE}" "${MR_BRANCH}" - artifacts: - paths: - - vendor/ - cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - vendor/ - -prepare: - stage: prepare - script: - - echo "Preparing environment..." - -build: - stage: build - script: - - echo "Building the project..." - -test: - stage: test - script: - - echo "Running tests..." - -deploy: - stage: deploy - script: - - echo "Deploying the project..." \ No newline at end of file diff --git a/app/images/ttp-github.png b/app/images/ttp-github.png deleted file mode 100755 index 4786f5d..0000000 Binary files a/app/images/ttp-github.png and /dev/null differ diff --git a/app/images/ttp-gitlab.png b/app/images/ttp-gitlab.png deleted file mode 100644 index 9637ee2..0000000 Binary files a/app/images/ttp-gitlab.png and /dev/null differ diff --git a/app/images/ttp-install.png b/app/images/ttp-install.png deleted file mode 100755 index aace68d..0000000 Binary files a/app/images/ttp-install.png and /dev/null differ diff --git a/app/images/ttp.png b/app/images/ttp.png deleted file mode 100755 index 31bec2e..0000000 Binary files a/app/images/ttp.png and /dev/null differ diff --git a/app/views/admin/dashboard/dash.html b/app/views/admin/dashboard/dash.html index 7f0d4c0..240d46a 100755 --- a/app/views/admin/dashboard/dash.html +++ b/app/views/admin/dashboard/dash.html @@ -18,28 +18,4 @@ {blogDash} - - - -
-+
Tag @@ -139,7 +139,7 @@
+
Tag @@ -157,7 +157,7 @@
+
Tag @@ -174,7 +174,7 @@
+
Tag @@ -191,7 +191,7 @@
+
Tag @@ -209,7 +209,7 @@
+
Tag @@ -233,7 +233,7 @@
+
Tag diff --git a/app/views/install/adminUser.html b/app/views/install/adminUser.html deleted file mode 100755 index 62fd173..0000000 --- a/app/views/install/adminUser.html +++ /dev/null @@ -1,35 +0,0 @@ -{installer-nav} -
- You can now log in and manage your site or jump straight into building your new features! -
- -- Some plugins may need additional configuration and there are already some pre-made resources to get you started. (Both in the files and the Admin Panel) -
- -All models are required for proper installation of The Tempus Project. In this step, we will add the database tables required for these models. In the next step, you'll be able to select which plugins you would like installed.
- -- The Tempus Project was built to utilize all of the plugins provided with the installer. You can choose not to enable any one of them, but it may negatively impact the operation of your site. -
- -- Some models such as groups will need additional database resources and configurations to function properly. In this step, we will install those features. -
- -The Tempus Project uses rewrites in htaccess files (Apache), or location directives (Nginx), to automatically route all incoming traffic through the app. In this step, we will help set-up and then test that the required configurations have been made.
-In this step, we will attempt to generate the appropriate files for Apache servers.
-If you are using Nginx, you will need to update your server's configuration manually. Please see the documentation, for convenience, an example configuration has been provided with TheTempusProject and can be found in the app/resources directory.
- -This installer will guide you through the process of installing and configuring The Tempus Project. Do not forget to delete this file once you have completed installation.
- -- This installer will guide you through the process of installing and configuring The Tempus Project. Do not forget to delete this file once you have completed installation. -
- -